mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
Исправил ошибку lib_deps для esp8266_2mb_ota
This commit is contained in:
@@ -94,7 +94,7 @@ build_src_filter =
|
||||
[env:esp8266_2mb_ota]
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp8266_2mb_fromitems.lib_deps}
|
||||
${env:esp8266_2mb_ota_fromitems.lib_deps}
|
||||
ESPAsyncUDP
|
||||
build_flags = -Desp8266_2mb_ota="esp8266_2mb_ota"
|
||||
framework = arduino
|
||||
@@ -110,7 +110,7 @@ build_src_filter =
|
||||
+<classes/*.cpp>
|
||||
+<utils/*.cpp>
|
||||
+<modules/*.cpp>
|
||||
${env:esp8266_2mb_fromitems.build_src_filter}
|
||||
${env:esp8266_2mb_ota_fromitems.build_src_filter}
|
||||
|
||||
[env:esp8285_1mb]
|
||||
lib_deps =
|
||||
@@ -232,6 +232,7 @@ build_src_filter =
|
||||
|
||||
[env:esp8266_2mb_ota_fromitems]
|
||||
lib_deps =
|
||||
adafruit/Adafruit BME280 Library
|
||||
plerup/EspSoftwareSerial
|
||||
build_src_filter =
|
||||
+<modules/virtual/Cron>
|
||||
@@ -241,6 +242,7 @@ build_src_filter =
|
||||
+<modules/virtual/Variable>
|
||||
+<modules/virtual/VariableColor>
|
||||
+<modules/virtual/VButton>
|
||||
+<modules/sensors/Bme280>
|
||||
+<modules/sensors/Pzem004t>
|
||||
+<modules/sensors/UART>
|
||||
+<modules/exec/TelegramLT>
|
||||
|
||||
Reference in New Issue
Block a user