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