forked from promml/HCPBridgeMqtt
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the dependencies to the actual version.
Replace Dynamic and Static Json to Jsondocument
- Loading branch information
Showing
3 changed files
with
31 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
[platformio] | ||
;set your env you want to build default esp32 without any sensor. Comment line to build all environments. | ||
;list separeted by , to build selected evns. | ||
;default_envs = esp32 | ||
default_envs = esp32 | ||
|
||
[common] | ||
dht22libs = | ||
|
@@ -20,9 +20,6 @@ bmelibs = | |
adafruit/Adafruit BME280 Library | ||
ds18x20libs = | ||
milesburton/DallasTemperature | ||
hcsr501libs = | ||
https://github.com/dok-net/ghostl ; << Fix missing circular_queue.h | ||
|
||
|
||
[env] | ||
platform = espressif32 | ||
|
@@ -36,13 +33,14 @@ monitor_filters = esp32_exception_decoder | |
lib_ldf_mode = deep+ | ||
lib_deps = | ||
esphome/ESPAsyncWebServer-esphome | ||
esphome/AsyncTCP[email protected].0 | ||
https://github.com/HeMan/AsyncTCP#CI-and-fix ;async tcp issue fix 2.1.0 | ||
bblanchon/ArduinoJson | ||
plerup/EspSoftwareSerial | ||
ayushsharma82/AsyncElegantOTA | ||
ottowinter/AsyncMqttClient-esphome | ||
paulstoffregen/OneWire | ||
https://github.com/emelianov/modbus-esp8266 | ||
emelianov/modbus-esp8266 | ||
https://github.com/dok-net/ghostl ; << Fix missing circular_queue.h | ||
extra_scripts = pre:../WebUI/webpage/compress.py | ||
;build_flags = | ||
; -D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE | ||
|
@@ -94,7 +92,6 @@ lib_deps = ${env:esp32.lib_deps} ${common.bmelibs} | |
build_flags = ${env:esp32.build_flags} -D SENSORS -D USE_BME -D USE_HCSR04 | ||
|
||
[env:HCSR501] | ||
lib_deps = ${env:esp32.lib_deps} ${common.hcsr501libs} | ||
build_flags = ${env:esp32.build_flags} -D SENSORS -D USE_HCSR501 | ||
|
||
[env:m5stack-stamps3] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters