2024-01-27 09:56:20 +01:00
|
|
|
[env]
|
2024-02-06 17:39:53 +01:00
|
|
|
framework = arduino
|
2024-01-27 09:56:20 +01:00
|
|
|
|
|
|
|
build_flags = -Wall -Wextra
|
|
|
|
|
|
|
|
upload_protocol = esptool
|
|
|
|
upload_port = /dev/cu.usbserial-0001
|
|
|
|
|
|
|
|
monitor_port = /dev/cu.usbserial-0001
|
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_filters = esp32_exception_decoder, log2file
|
|
|
|
|
|
|
|
[platformio]
|
2024-02-06 17:39:53 +01:00
|
|
|
default_envs = esp8266
|
2024-01-27 09:56:20 +01:00
|
|
|
lib_dir = .
|
2024-02-06 17:39:53 +01:00
|
|
|
; src_dir = examples/CaptivePortal
|
|
|
|
src_dir = examples/SimpleServer
|
2024-01-27 09:56:20 +01:00
|
|
|
|
|
|
|
[env:esp32]
|
2024-02-06 17:39:53 +01:00
|
|
|
platform = espressif32
|
2024-01-27 09:56:20 +01:00
|
|
|
board = esp32dev
|
2024-02-06 17:39:53 +01:00
|
|
|
lib_deps =
|
|
|
|
bblanchon/ArduinoJson @ 7.0.2
|
|
|
|
esphome/AsyncTCP-esphome @ 2.1.1
|
|
|
|
|
|
|
|
[env:esp8266]
|
|
|
|
platform = espressif8266
|
|
|
|
board = huzzah
|
|
|
|
lib_deps =
|
|
|
|
bblanchon/ArduinoJson @ 7.0.2
|
|
|
|
esphome/ESPAsyncTCP-esphome @ 2.0.0
|