Исправил ошибку lib_deps для esp8266_2mb_ota

This commit is contained in:
Mit4el
2023-04-25 22:39:21 +03:00
parent 6610e67825
commit 4a93fd09dc

View File

@@ -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>