mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-02-02 23:57:44 +05:00
Merge branch 'async' into passive_ble
This commit is contained in:
@@ -16,9 +16,12 @@ lib_deps = ESP32Async/AsyncTCP@^3.4.10
|
||||
gyverlibs/FileData@^1.0.3
|
||||
gyverlibs/GyverPID@^3.3.2
|
||||
gyverlibs/GyverBlinker@^1.1.1
|
||||
https://github.com/pstolarz/Arduino-Temperature-Control-Library.git#OneWireNg
|
||||
pstolarz/OneWireNg@^0.14.1
|
||||
;milesburton/DallasTemperature@^4.0.5
|
||||
https://github.com/Laxilef/Arduino-Temperature-Control-Library#fix_85c
|
||||
;laxilef/TinyLogger@^1.1.1
|
||||
https://github.com/Laxilef/TinyLogger#custom_handlers
|
||||
lib_ignore = paulstoffregen/OneWire
|
||||
build_type = ${secrets.build_type}
|
||||
build_flags = -mtext-section-literals
|
||||
-Wno-deprecated-declarations
|
||||
@@ -58,13 +61,14 @@ check_flags = ;pvs-studio: --analysis-mode=4 --exclude-path=./.pio/l
|
||||
|
||||
; Defaults
|
||||
[esp32_defaults]
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.35/platform-espressif32.zip
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.36/platform-espressif32.zip
|
||||
platform_packages = ${env.platform_packages}
|
||||
board_build.partitions = esp32_partitions.csv
|
||||
lib_deps = ${env.lib_deps}
|
||||
laxilef/ESP32Scheduler@^1.0.1
|
||||
nimble_lib = https://github.com/h2zero/NimBLE-Arduino
|
||||
lib_ignore = BluetoothSerial
|
||||
lib_ignore = ${env.lib_ignore}
|
||||
BluetoothSerial
|
||||
SimpleBLE
|
||||
ESP RainMaker
|
||||
RainMaker
|
||||
|
||||
Reference in New Issue
Block a user