pio file update

This commit is contained in:
Mathieu Carbou
2024-10-15 21:16:46 +02:00
parent d6ce30f2b7
commit 07788ecd08

View File

@@ -9,6 +9,7 @@ src_dir = examples/SimpleServer
[env]
framework = arduino
build_flags =
-Og
-Wall -Wextra
-Wno-unused-parameter
-D CONFIG_ARDUHAL_LOG_COLORS
@@ -20,7 +21,8 @@ build_flags =
-D CONFIG_ASYNC_TCP_STACK_SIZE=4096
upload_protocol = esptool
monitor_speed = 115200
monitor_filters = esp32_exception_decoder, log2file
; monitor_filters = esp32_exception_decoder, log2file
monitor_filters = esp8266_exception_decoder, log2file
lib_deps =
; bblanchon/ArduinoJson @ 5.13.4
; bblanchon/ArduinoJson @ 6.21.5
@@ -64,8 +66,8 @@ build_flags = ${env.build_flags}
[env:esp8266]
platform = espressif8266
board = huzzah
; board = d1_mini
; board = huzzah
board = d1_mini
lib_deps =
bblanchon/ArduinoJson @ 7.2.0
esphome/ESPAsyncTCP-esphome @ 2.0.0