mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Корректируем новую схему с новыми устройствами esp01
This commit is contained in:
@@ -3,7 +3,7 @@ lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp8266_1mb_ota_fromitems.lib_deps}
|
||||
ESPAsyncUDP
|
||||
build_flags = -Desp8266_4mb="esp8266_4mb"
|
||||
build_flags = -Desp8266_1mb_ota="esp8266_1mb_ota"
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
board_build.ldscript = eagle.flash.1m64.ld
|
||||
@@ -24,7 +24,7 @@ lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp8266_1mb_fromitems.lib_deps}
|
||||
ESPAsyncUDP
|
||||
build_flags = -Desp8266_4mb="esp8266_4mb"
|
||||
build_flags = -Desp8266_1mb="esp8266_1mb"
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
board_build.ldscript = eagle.flash.1m256.ld
|
||||
@@ -83,8 +83,8 @@ build_src_filter =
|
||||
${env:esp32_4mb_fromitems.build_src_filter}
|
||||
|
||||
[platformio]
|
||||
default_envs = esp8266_4mb
|
||||
data_dir = data_svelte
|
||||
default_envs = esp8266_1mb_ota
|
||||
data_dir = data_svelte_lite
|
||||
|
||||
[common_env_data]
|
||||
upload_port = COM4
|
||||
@@ -94,15 +94,49 @@ lib_deps_external =
|
||||
|
||||
[env:esp8266_1mb_ota_fromitems]
|
||||
lib_deps =
|
||||
milesburton/DallasTemperature@^3.9.1
|
||||
rc-switch @ ^2.6.4
|
||||
adafruit/Adafruit MCP23017 Arduino Library@^2.1.0
|
||||
adafruit/Adafruit BusIO @ ^1.13.2
|
||||
adafruit/Adafruit BusIO @ ^1.13.2
|
||||
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
||||
build_src_filter =
|
||||
+<modules/virtual/Timer>
|
||||
+<modules/virtual/Variable>
|
||||
+<modules/virtual/VButton>
|
||||
+<modules/sensors/Ds18b20>
|
||||
+<modules/sensors/RCswitch>
|
||||
+<modules/sensors/Sonar>
|
||||
+<modules/exec/ButtonIn>
|
||||
+<modules/exec/ButtonOut>
|
||||
+<modules/exec/Mcp23017>
|
||||
+<modules/exec/Pcf8574>
|
||||
+<modules/exec/Pwm8266>
|
||||
+<modules/exec/TelegramLT>
|
||||
+<modules/display/Lcd2004>
|
||||
|
||||
[env:esp8266_1mb_fromitems]
|
||||
lib_deps =
|
||||
milesburton/DallasTemperature@^3.9.1
|
||||
rc-switch @ ^2.6.4
|
||||
adafruit/Adafruit MCP23017 Arduino Library@^2.1.0
|
||||
adafruit/Adafruit BusIO @ ^1.13.2
|
||||
adafruit/Adafruit BusIO @ ^1.13.2
|
||||
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
||||
build_src_filter =
|
||||
+<modules/virtual/Timer>
|
||||
+<modules/virtual/Variable>
|
||||
+<modules/virtual/VButton>
|
||||
+<modules/sensors/Ds18b20>
|
||||
+<modules/sensors/RCswitch>
|
||||
+<modules/sensors/Sonar>
|
||||
+<modules/exec/ButtonIn>
|
||||
+<modules/exec/ButtonOut>
|
||||
+<modules/exec/Mcp23017>
|
||||
+<modules/exec/Pcf8574>
|
||||
+<modules/exec/Pwm8266>
|
||||
+<modules/exec/TelegramLT>
|
||||
+<modules/display/Lcd2004>
|
||||
|
||||
[env:esp8266_4mb_fromitems]
|
||||
lib_deps =
|
||||
|
||||
Reference in New Issue
Block a user