mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
update libs
This commit is contained in:
@@ -55,8 +55,8 @@ custom_emsesp_ip = 192.168.1.223 ; E32V2
|
|||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson @ 7.4.2
|
bblanchon/ArduinoJson @ 7.4.2
|
||||||
ESP32Async/AsyncTCP @ 3.4.7
|
ESP32Async/AsyncTCP @ 3.4.8
|
||||||
ESP32Async/ESPAsyncWebServer @ 3.8.0
|
ESP32Async/ESPAsyncWebServer @ 3.8.1
|
||||||
file://${PROJECT_DIR}/../modules/EMS-ESP-Modules
|
file://${PROJECT_DIR}/../modules/EMS-ESP-Modules
|
||||||
; ; https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.8
|
; ; https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.8
|
||||||
|
|
||||||
|
|||||||
@@ -108,8 +108,8 @@ build_type = release
|
|||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson @ 7.4.2
|
bblanchon/ArduinoJson @ 7.4.2
|
||||||
ESP32Async/AsyncTCP @ 3.4.7
|
ESP32Async/AsyncTCP @ 3.4.8
|
||||||
ESP32Async/ESPAsyncWebServer @ 3.8.0
|
ESP32Async/ESPAsyncWebServer @ 3.8.1
|
||||||
https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.8
|
https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.8
|
||||||
|
|
||||||
;
|
;
|
||||||
@@ -228,7 +228,7 @@ lib_deps =
|
|||||||
|
|
||||||
; unit tests
|
; unit tests
|
||||||
; The code is in ./test/test_api.*
|
; 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
|
; 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
|
; then re-run and capture the output between "START - CUT HERE" and "END - CUT HERE" into the test_api.h file
|
||||||
[env:native-test]
|
[env:native-test]
|
||||||
@@ -236,17 +236,17 @@ platform = native
|
|||||||
extra_scripts =
|
extra_scripts =
|
||||||
test_build_src = true
|
test_build_src = true
|
||||||
build_flags =
|
build_flags =
|
||||||
|
; -DEMSESP_UNITY_CREATE
|
||||||
-DARDUINOJSON_ENABLE_ARDUINO_STRING=1
|
-DARDUINOJSON_ENABLE_ARDUINO_STRING=1
|
||||||
-DEMSESP_STANDALONE -DEMSESP_TEST
|
-DEMSESP_STANDALONE -DEMSESP_TEST
|
||||||
-DEMSESP_UNITY
|
-DEMSESP_UNITY
|
||||||
; -DEMSESP_UNITY_CREATE
|
-DEMSESP_DEFAULT_LOCALE=\"en\" -DEMSESP_DEFAULT_TX_MODE=8 -DEMSESP_DEFAULT_VERSION=\"3.7.3-dev.0\" -DEMSESP_DEFAULT_BOARD_PROFILE=\"S32\"
|
||||||
-DEMSESP_DEFAULT_LOCALE=\"en\" -DEMSESP_DEFAULT_TX_MODE=8 -DEMSESP_DEFAULT_VERSION=\"3.7.2-dev.0\" -DEMSESP_DEFAULT_BOARD_PROFILE=\"S32\"
|
|
||||||
-std=gnu++17 -Og -ggdb
|
-std=gnu++17 -Og -ggdb
|
||||||
-lgcov --coverage -fprofile-arcs -ftest-coverage
|
|
||||||
build_type = debug
|
build_type = debug
|
||||||
build_src_flags =
|
build_src_flags =
|
||||||
-Wall -Wextra
|
-Wall -Wextra
|
||||||
-Wno-unused-parameter -Wno-sign-compare -Wno-missing-braces
|
-Wno-unused-parameter -Wno-sign-compare -Wno-missing-braces
|
||||||
|
-Wno-vla-cxx-extension -Wno-tautological-constant-out-of-range-compare
|
||||||
-I./src/core
|
-I./src/core
|
||||||
-I./lib_standalone
|
-I./lib_standalone
|
||||||
-I./lib/uuid-common/src
|
-I./lib/uuid-common/src
|
||||||
|
|||||||
Reference in New Issue
Block a user