mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-05-11 03:48:16 +05:00
chore: dependencies updated
This commit is contained in:
+5
-3
@@ -7,9 +7,9 @@ core_dir = .pio
|
|||||||
version = 1.6.0-passiveble
|
version = 1.6.0-passiveble
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps = ESP32Async/AsyncTCP@^3.4.10
|
lib_deps = ESP32Async/AsyncTCP@^3.4.10
|
||||||
ESP32Async/ESPAsyncWebServer@^3.9.4
|
ESP32Async/ESPAsyncWebServer@^3.11.0
|
||||||
mathieucarbou/MycilaWebSerial@^8.2.0
|
mathieucarbou/MycilaWebSerial@^8.2.3
|
||||||
bblanchon/ArduinoJson@^7.4.2
|
bblanchon/ArduinoJson@^7.4.3
|
||||||
;ihormelnyk/OpenTherm Library@^1.1.5
|
;ihormelnyk/OpenTherm Library@^1.1.5
|
||||||
https://github.com/Laxilef/opentherm_library#esp32_timer
|
https://github.com/Laxilef/opentherm_library#esp32_timer
|
||||||
arduino-libraries/ArduinoMqttClient@^0.1.8
|
arduino-libraries/ArduinoMqttClient@^0.1.8
|
||||||
@@ -103,6 +103,8 @@ extra_scripts = pre:tools/add_build_commit.py
|
|||||||
post:tools/build.py
|
post:tools/build.py
|
||||||
build_type = ${env.build_type}
|
build_type = ${env.build_type}
|
||||||
build_flags = ${env.build_flags}
|
build_flags = ${env.build_flags}
|
||||||
|
-D MYNEWT_VAL_BLE_MAX_CONNECTIONS=1
|
||||||
|
-D MYNEWT_VAL_BLE_STORE_MAX_BONDS=1
|
||||||
-D MYNEWT_VAL_BLE_ROLE_CENTRAL=0
|
-D MYNEWT_VAL_BLE_ROLE_CENTRAL=0
|
||||||
-D CORE_DEBUG_LEVEL=0
|
-D CORE_DEBUG_LEVEL=0
|
||||||
-Wl,--wrap=esp_panic_handler
|
-Wl,--wrap=esp_panic_handler
|
||||||
|
|||||||
Reference in New Issue
Block a user