Verze 2.9.5 odsud https://github.com/mathieucarbou/ESPAsyncWebServer/releases/tag/v2.9.5
This commit is contained in:
@@ -1,31 +1,46 @@
|
||||
[env]
|
||||
framework = arduino
|
||||
|
||||
build_flags = -Wall -Wextra
|
||||
|
||||
build_flags =
|
||||
-Wall -Wextra
|
||||
-D CONFIG_ARDUHAL_LOG_COLORS
|
||||
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
|
||||
lib_deps =
|
||||
bblanchon/ArduinoJson @ 7.0.4
|
||||
mathieucarbou/Async TCP @ ^3.1.2
|
||||
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]
|
||||
default_envs = esp8266
|
||||
lib_dir = .
|
||||
; src_dir = examples/CaptivePortal
|
||||
src_dir = examples/SimpleServer
|
||||
src_dir = examples/CaptivePortal
|
||||
; src_dir = examples/SimpleServer
|
||||
|
||||
[env:esp32]
|
||||
platform = espressif32
|
||||
[env:v660]
|
||||
platform = espressif32@6.6.0
|
||||
board = esp32dev
|
||||
|
||||
[env:latest-espressif32]
|
||||
platform = https://github.com/platformio/platform-espressif32.git
|
||||
board = esp32dev
|
||||
|
||||
[env:latest-arduino]
|
||||
platform = espressif32
|
||||
platform_packages=
|
||||
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#master
|
||||
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
|
||||
board = esp32dev
|
||||
|
||||
[env:v300-rc1]
|
||||
platform = espressif32
|
||||
platform_packages=
|
||||
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.0-rc1
|
||||
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
|
||||
board = esp32dev
|
||||
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
|
||||
bblanchon/ArduinoJson @ 7.0.4
|
||||
esphome/ESPAsyncTCP-esphome @ 2.0.0
|
||||
|
Reference in New Issue
Block a user