Upgrade ESPAsyncWebServer from 3.4.0 to 3.4.1
This commit is contained in:
parent
5d14454185
commit
0061d5e159
@ -30,6 +30,7 @@ build_flags =
|
|||||||
-DCONFIG_ASYNC_TCP_EVENT_QUEUE_SIZE=128
|
-DCONFIG_ASYNC_TCP_EVENT_QUEUE_SIZE=128
|
||||||
-DCONFIG_ASYNC_TCP_QUEUE_SIZE=128
|
-DCONFIG_ASYNC_TCP_QUEUE_SIZE=128
|
||||||
-DEMC_TASK_STACK_SIZE=6400
|
-DEMC_TASK_STACK_SIZE=6400
|
||||||
|
-DHOY_DEBUG_QUEUE
|
||||||
-Wall -Wextra -Wunused -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wnull-dereference
|
-Wall -Wextra -Wunused -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wnull-dereference
|
||||||
; Have to remove -Werror because of
|
; Have to remove -Werror because of
|
||||||
; https://github.com/espressif/arduino-esp32/issues/9044 and
|
; https://github.com/espressif/arduino-esp32/issues/9044 and
|
||||||
@ -41,7 +42,7 @@ build_unflags =
|
|||||||
-std=gnu++11
|
-std=gnu++11
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
mathieucarbou/ESPAsyncWebServer @ 3.4.0
|
mathieucarbou/ESPAsyncWebServer @ 3.4.1
|
||||||
bblanchon/ArduinoJson @ 7.2.1
|
bblanchon/ArduinoJson @ 7.2.1
|
||||||
https://github.com/bertmelis/espMqttClient.git#v1.7.0
|
https://github.com/bertmelis/espMqttClient.git#v1.7.0
|
||||||
nrf24/RF24 @ 1.4.10
|
nrf24/RF24 @ 1.4.10
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user