2024-01-27 09:56:20 +01:00
|
|
|
[env]
|
2024-02-06 17:39:53 +01:00
|
|
|
framework = arduino
|
2024-05-14 13:21:01 +02:00
|
|
|
build_flags =
|
|
|
|
-Wall -Wextra
|
|
|
|
-D CONFIG_ARDUHAL_LOG_COLORS
|
2024-05-30 08:41:06 +02:00
|
|
|
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
|
2024-05-14 13:21:01 +02:00
|
|
|
lib_deps =
|
|
|
|
bblanchon/ArduinoJson @ 7.0.4
|
2024-05-30 08:41:06 +02:00
|
|
|
mathieucarbou/Async TCP @ ^3.1.4
|
|
|
|
; https://github.com/mathieucarbou/AsyncTCP
|
|
|
|
; https://github.com/me-no-dev/AsyncTCP
|
|
|
|
esphome/ESPAsyncTCP-esphome @ 2.0.0
|
2024-01-27 09:56:20 +01:00
|
|
|
upload_protocol = esptool
|
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_filters = esp32_exception_decoder, log2file
|
|
|
|
|
|
|
|
[platformio]
|
|
|
|
lib_dir = .
|
2024-05-30 08:41:06 +02:00
|
|
|
; src_dir = examples/CaptivePortal
|
2024-05-14 13:21:01 +02:00
|
|
|
; src_dir = examples/SimpleServer
|
2024-06-03 16:42:40 +02:00
|
|
|
src_dir = examples/StreamFiles
|
|
|
|
; src_dir = examples/Filters
|
2024-05-14 13:21:01 +02:00
|
|
|
|
2024-05-30 08:41:06 +02:00
|
|
|
[env:arduino]
|
|
|
|
platform = espressif32
|
2024-05-14 13:21:01 +02:00
|
|
|
board = esp32dev
|
|
|
|
|
2024-05-30 08:41:06 +02:00
|
|
|
[env:arduino-2]
|
|
|
|
platform = espressif32@6.7.0
|
2024-05-14 13:21:01 +02:00
|
|
|
board = esp32dev
|
|
|
|
|
2024-05-30 08:41:06 +02:00
|
|
|
[env:arduino-3]
|
2024-05-14 13:21:01 +02:00
|
|
|
platform = espressif32
|
|
|
|
platform_packages=
|
2024-05-30 08:41:06 +02:00
|
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.0
|
|
|
|
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.0/esp32-arduino-libs-3.0.0.zip
|
2024-01-27 09:56:20 +01:00
|
|
|
board = esp32dev
|
2024-02-06 17:39:53 +01:00
|
|
|
|
|
|
|
[env:esp8266]
|
|
|
|
platform = espressif8266
|
|
|
|
board = huzzah
|
|
|
|
lib_deps =
|
2024-05-14 13:21:01 +02:00
|
|
|
bblanchon/ArduinoJson @ 7.0.4
|
2024-02-06 17:39:53 +01:00
|
|
|
esphome/ESPAsyncTCP-esphome @ 2.0.0
|