From 39ca956e1fec741eecd6925dbf29624dcb9e57bd Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 21 Sep 2025 19:16:05 +0200 Subject: [PATCH] update libs --- pio_local.ini_example | 4 ++-- platformio.ini | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pio_local.ini_example b/pio_local.ini_example index 5c9aec57a..96fb4c244 100644 --- a/pio_local.ini_example +++ b/pio_local.ini_example @@ -55,8 +55,8 @@ custom_emsesp_ip = 192.168.1.223 ; E32V2 lib_deps = bblanchon/ArduinoJson @ 7.4.2 - ESP32Async/AsyncTCP @ 3.4.7 - ESP32Async/ESPAsyncWebServer @ 3.8.0 + ESP32Async/AsyncTCP @ 3.4.8 + ESP32Async/ESPAsyncWebServer @ 3.8.1 file://${PROJECT_DIR}/../modules/EMS-ESP-Modules ; ; https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.8 diff --git a/platformio.ini b/platformio.ini index 31748ace1..6e88b7358 100644 --- a/platformio.ini +++ b/platformio.ini @@ -108,8 +108,8 @@ build_type = release board_build.filesystem = littlefs lib_deps = bblanchon/ArduinoJson @ 7.4.2 - ESP32Async/AsyncTCP @ 3.4.7 - ESP32Async/ESPAsyncWebServer @ 3.8.0 + ESP32Async/AsyncTCP @ 3.4.8 + ESP32Async/ESPAsyncWebServer @ 3.8.1 https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.8 ; @@ -228,7 +228,7 @@ lib_deps = ; unit tests ; The code is in ./test/test_api.* -; to run use `pio run -e native-test -t exec`. All tests should PASS. +; to run use `platformio run -e native-test -t exec`. All tests should PASS. ; to update the test results, compile with -DEMSESP_UNITY_CREATE by uncommenting the line below ; then re-run and capture the output between "START - CUT HERE" and "END - CUT HERE" into the test_api.h file [env:native-test] @@ -236,17 +236,17 @@ platform = native extra_scripts = test_build_src = true build_flags = + ; -DEMSESP_UNITY_CREATE -DARDUINOJSON_ENABLE_ARDUINO_STRING=1 -DEMSESP_STANDALONE -DEMSESP_TEST -DEMSESP_UNITY - ; -DEMSESP_UNITY_CREATE - -DEMSESP_DEFAULT_LOCALE=\"en\" -DEMSESP_DEFAULT_TX_MODE=8 -DEMSESP_DEFAULT_VERSION=\"3.7.2-dev.0\" -DEMSESP_DEFAULT_BOARD_PROFILE=\"S32\" + -DEMSESP_DEFAULT_LOCALE=\"en\" -DEMSESP_DEFAULT_TX_MODE=8 -DEMSESP_DEFAULT_VERSION=\"3.7.3-dev.0\" -DEMSESP_DEFAULT_BOARD_PROFILE=\"S32\" -std=gnu++17 -Og -ggdb - -lgcov --coverage -fprofile-arcs -ftest-coverage build_type = debug build_src_flags = -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-braces + -Wno-vla-cxx-extension -Wno-tautological-constant-out-of-range-compare -I./src/core -I./lib_standalone -I./lib/uuid-common/src