2022-10-11 21:57:10 +03:00
|
|
|
[env:esp8266_1mb_ota]
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common_env_data.lib_deps_external}
|
|
|
|
|
${env:esp8266_1mb_ota_fromitems.lib_deps}
|
|
|
|
|
ESPAsyncUDP
|
2022-10-12 15:48:05 +03:00
|
|
|
build_flags = -Desp8266_1mb_ota="esp8266_1mb_ota"
|
2022-10-11 21:57:10 +03:00
|
|
|
framework = arduino
|
|
|
|
|
board = nodemcuv2
|
|
|
|
|
board_build.ldscript = eagle.flash.1m64.ld
|
|
|
|
|
platform = espressif8266 @4.0.1
|
|
|
|
|
monitor_filters = esp8266_exception_decoder
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
board_build.filesystem = littlefs
|
|
|
|
|
build_src_filter =
|
|
|
|
|
+<*.cpp>
|
|
|
|
|
+<classes/*.cpp>
|
|
|
|
|
+<utils/*.cpp>
|
|
|
|
|
+<modules/*.cpp>
|
|
|
|
|
${env:esp8266_1mb_ota_fromitems.build_src_filter}
|
|
|
|
|
|
|
|
|
|
[env:esp8266_1mb]
|
|
|
|
|
lib_deps =
|
|
|
|
|
${common_env_data.lib_deps_external}
|
|
|
|
|
${env:esp8266_1mb_fromitems.lib_deps}
|
|
|
|
|
ESPAsyncUDP
|
2022-10-12 15:48:05 +03:00
|
|
|
build_flags = -Desp8266_1mb="esp8266_1mb"
|
2022-10-11 21:57:10 +03:00
|
|
|
framework = arduino
|
|
|
|
|
board = nodemcuv2
|
|
|
|
|
board_build.ldscript = eagle.flash.1m256.ld
|
|
|
|
|
platform = espressif8266 @4.0.1
|
|
|
|
|
monitor_filters = esp8266_exception_decoder
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
board_build.filesystem = littlefs
|
|
|
|
|
build_src_filter =
|
|
|
|
|
+<*.cpp>
|
|
|
|
|
+<classes/*.cpp>
|
|
|
|
|
+<utils/*.cpp>
|
|
|
|
|
+<modules/*.cpp>
|
|
|
|
|
${env:esp8266_1mb_fromitems.build_src_filter}
|
|
|
|
|
|
2021-12-22 14:09:50 +01:00
|
|
|
[env:esp8266_4mb]
|
2022-03-07 11:56:09 +03:00
|
|
|
lib_deps =
|
|
|
|
|
${common_env_data.lib_deps_external}
|
|
|
|
|
${env:esp8266_4mb_fromitems.lib_deps}
|
2022-03-15 14:03:08 +01:00
|
|
|
ESPAsyncUDP
|
2021-12-22 14:09:50 +01:00
|
|
|
build_flags = -Desp8266_4mb="esp8266_4mb"
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = nodemcuv2
|
|
|
|
|
board_build.ldscript = eagle.flash.4m1m.ld
|
2022-09-14 18:53:02 +02:00
|
|
|
platform = espressif8266 @4.0.1
|
2021-12-22 14:09:50 +01:00
|
|
|
monitor_filters = esp8266_exception_decoder
|
2022-10-07 22:29:12 +02:00
|
|
|
upload_speed = 921600
|
2021-12-22 14:09:50 +01:00
|
|
|
monitor_speed = 115200
|
2021-12-23 17:48:01 +01:00
|
|
|
board_build.filesystem = littlefs
|
2022-08-02 23:32:11 +03:00
|
|
|
build_src_filter =
|
|
|
|
|
+<*.cpp>
|
|
|
|
|
+<classes/*.cpp>
|
|
|
|
|
+<utils/*.cpp>
|
|
|
|
|
+<modules/*.cpp>
|
2022-05-19 09:56:48 +03:00
|
|
|
${env:esp8266_4mb_fromitems.build_src_filter}
|
2021-12-23 17:48:01 +01:00
|
|
|
|
|
|
|
|
[env:esp32_4mb]
|
2022-03-07 11:56:09 +03:00
|
|
|
lib_deps =
|
|
|
|
|
${common_env_data.lib_deps_external}
|
|
|
|
|
${env:esp32_4mb_fromitems.lib_deps}
|
2022-03-15 14:03:08 +01:00
|
|
|
plerup/EspSoftwareSerial
|
2021-12-23 17:48:01 +01:00
|
|
|
build_flags = -Desp32_4mb="esp32_4mb"
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32dev
|
2022-09-15 14:02:24 +02:00
|
|
|
platform = espressif32 @5.1.1
|
2022-03-07 11:56:09 +03:00
|
|
|
monitor_filters = esp32_exception_decoder
|
2022-10-07 22:29:12 +02:00
|
|
|
upload_speed = 921600
|
2022-03-07 11:56:09 +03:00
|
|
|
monitor_speed = 115200
|
2022-09-05 16:30:59 +03:00
|
|
|
debug_tool = esp-prog
|
2022-09-14 18:06:40 +02:00
|
|
|
board_build.filesystem = littlefs
|
2022-08-02 23:32:11 +03:00
|
|
|
build_src_filter =
|
|
|
|
|
+<*.cpp>
|
|
|
|
|
+<classes/*.cpp>
|
|
|
|
|
+<utils/*.cpp>
|
|
|
|
|
+<modules/*.cpp>
|
2022-05-19 09:56:48 +03:00
|
|
|
${env:esp32_4mb_fromitems.build_src_filter}
|
2022-05-18 15:12:20 +03:00
|
|
|
|
2022-03-07 11:56:09 +03:00
|
|
|
[platformio]
|
2022-10-20 00:18:41 +03:00
|
|
|
default_envs = esp8266_4mb
|
|
|
|
|
data_dir = data_svelte
|
2022-03-07 11:56:09 +03:00
|
|
|
|
|
|
|
|
[common_env_data]
|
|
|
|
|
lib_deps_external =
|
|
|
|
|
bblanchon/ArduinoJson @6.18.0
|
|
|
|
|
knolleary/PubSubClient
|
|
|
|
|
|
2022-10-11 21:57:10 +03:00
|
|
|
[env:esp8266_1mb_ota_fromitems]
|
|
|
|
|
lib_deps =
|
2022-10-12 15:48:05 +03:00
|
|
|
milesburton/DallasTemperature@^3.9.1
|
2022-10-11 21:57:10 +03:00
|
|
|
rc-switch @ ^2.6.4
|
2022-10-12 15:48:05 +03:00
|
|
|
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
|
2022-10-11 21:57:10 +03:00
|
|
|
build_src_filter =
|
2022-10-12 15:48:05 +03:00
|
|
|
+<modules/virtual/Timer>
|
|
|
|
|
+<modules/virtual/Variable>
|
|
|
|
|
+<modules/virtual/VButton>
|
|
|
|
|
+<modules/sensors/Ds18b20>
|
2022-10-11 21:57:10 +03:00
|
|
|
+<modules/sensors/RCswitch>
|
2022-10-12 15:48:05 +03:00
|
|
|
+<modules/sensors/Sonar>
|
|
|
|
|
+<modules/exec/ButtonIn>
|
|
|
|
|
+<modules/exec/ButtonOut>
|
|
|
|
|
+<modules/exec/Mcp23017>
|
|
|
|
|
+<modules/exec/Pcf8574>
|
|
|
|
|
+<modules/exec/Pwm8266>
|
|
|
|
|
+<modules/exec/TelegramLT>
|
|
|
|
|
+<modules/display/Lcd2004>
|
2022-10-11 21:57:10 +03:00
|
|
|
|
|
|
|
|
[env:esp8266_1mb_fromitems]
|
|
|
|
|
lib_deps =
|
2022-10-12 15:48:05 +03:00
|
|
|
milesburton/DallasTemperature@^3.9.1
|
2022-10-11 21:57:10 +03:00
|
|
|
rc-switch @ ^2.6.4
|
2022-10-12 15:48:05 +03:00
|
|
|
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
|
2022-10-11 21:57:10 +03:00
|
|
|
build_src_filter =
|
2022-10-12 15:48:05 +03:00
|
|
|
+<modules/virtual/Timer>
|
|
|
|
|
+<modules/virtual/Variable>
|
|
|
|
|
+<modules/virtual/VButton>
|
|
|
|
|
+<modules/sensors/Ds18b20>
|
2022-10-11 21:57:10 +03:00
|
|
|
+<modules/sensors/RCswitch>
|
2022-10-12 15:48:05 +03:00
|
|
|
+<modules/sensors/Sonar>
|
|
|
|
|
+<modules/exec/ButtonIn>
|
|
|
|
|
+<modules/exec/ButtonOut>
|
|
|
|
|
+<modules/exec/Mcp23017>
|
|
|
|
|
+<modules/exec/Pcf8574>
|
|
|
|
|
+<modules/exec/Pwm8266>
|
|
|
|
|
+<modules/exec/TelegramLT>
|
|
|
|
|
+<modules/display/Lcd2004>
|
2022-10-11 21:57:10 +03:00
|
|
|
|
2022-03-07 11:56:09 +03:00
|
|
|
[env:esp8266_4mb_fromitems]
|
2021-12-23 17:48:01 +01:00
|
|
|
lib_deps =
|
2022-10-05 21:07:49 +03:00
|
|
|
https://github.com/enjoyneering/AHTxx.git
|
2022-08-04 00:12:38 +03:00
|
|
|
adafruit/Adafruit BME280 Library
|
|
|
|
|
adafruit/Adafruit BMP280 Library
|
|
|
|
|
beegee-tokyo/DHT sensor library for ESPx
|
|
|
|
|
milesburton/DallasTemperature@^3.9.1
|
|
|
|
|
https://github.com/JonasGMorsch/GY-21.git
|
|
|
|
|
ClosedCube HDC1080
|
|
|
|
|
adafruit/MAX6675 library
|
2022-08-09 13:11:13 +03:00
|
|
|
rc-switch @ ^2.6.4
|
2022-08-04 00:12:38 +03:00
|
|
|
robtillaart/SHT2x@^0.1.1
|
2022-08-10 23:02:39 +03:00
|
|
|
WEMOS SHT3x@1.0.0
|
2022-09-27 00:52:53 +02:00
|
|
|
plerup/espsoftwareserial
|
2022-10-02 01:18:24 +02:00
|
|
|
adafruit/Adafruit MCP23017 Arduino Library@^2.1.0
|
|
|
|
|
adafruit/Adafruit BusIO @ ^1.13.2
|
2022-08-11 23:20:16 +03:00
|
|
|
dfrobot/DFRobotDFPlayerMini @ ^1.0.5
|
2022-10-05 21:07:49 +03:00
|
|
|
adafruit/Adafruit BusIO @ ^1.13.2
|
2022-08-11 23:20:16 +03:00
|
|
|
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
2022-10-21 08:03:06 +03:00
|
|
|
adafruit/Adafruit NeoPixel@^1.10.6
|
2022-05-19 09:56:48 +03:00
|
|
|
build_src_filter =
|
2022-10-31 19:33:01 +03:00
|
|
|
+<modules/virtual/Cron>
|
2022-10-05 21:07:49 +03:00
|
|
|
+<modules/virtual/Loging>
|
|
|
|
|
+<modules/virtual/LogingDaily>
|
|
|
|
|
+<modules/virtual/Timer>
|
|
|
|
|
+<modules/virtual/Variable>
|
|
|
|
|
+<modules/virtual/VButton>
|
|
|
|
|
+<modules/sensors/Acs712>
|
|
|
|
|
+<modules/sensors/AhtXX>
|
|
|
|
|
+<modules/sensors/AnalogAdc>
|
|
|
|
|
+<modules/sensors/Bme280>
|
|
|
|
|
+<modules/sensors/Bmp280>
|
|
|
|
|
+<modules/sensors/Dht1122>
|
|
|
|
|
+<modules/sensors/Ds18b20>
|
|
|
|
|
+<modules/sensors/GY21>
|
|
|
|
|
+<modules/sensors/Hdc1080>
|
|
|
|
|
+<modules/sensors/Max6675>
|
|
|
|
|
+<modules/sensors/Pzem004t>
|
|
|
|
|
+<modules/sensors/RCswitch>
|
|
|
|
|
+<modules/sensors/Sht20>
|
|
|
|
|
+<modules/sensors/Sht30>
|
|
|
|
|
+<modules/sensors/Sonar>
|
|
|
|
|
+<modules/sensors/UART>
|
|
|
|
|
+<modules/exec/ButtonIn>
|
|
|
|
|
+<modules/exec/ButtonOut>
|
|
|
|
|
+<modules/exec/IoTServo>
|
|
|
|
|
+<modules/exec/Mcp23017>
|
|
|
|
|
+<modules/exec/Mp3>
|
2022-11-13 19:44:50 +03:00
|
|
|
+<modules/exec/Multitouch>
|
2022-10-05 21:07:49 +03:00
|
|
|
+<modules/exec/Pcf8574>
|
|
|
|
|
+<modules/exec/Pwm8266>
|
|
|
|
|
+<modules/exec/TelegramLT>
|
|
|
|
|
+<modules/display/Lcd2004>
|
2022-10-21 08:03:06 +03:00
|
|
|
+<modules/display/Ws2812b>
|
2022-03-07 11:56:09 +03:00
|
|
|
|
|
|
|
|
[env:esp32_4mb_fromitems]
|
|
|
|
|
lib_deps =
|
2022-10-11 22:33:42 +02:00
|
|
|
https://github.com/enjoyneering/AHTxx.git
|
2022-08-09 13:11:13 +03:00
|
|
|
adafruit/Adafruit BME280 Library
|
|
|
|
|
adafruit/Adafruit BMP280 Library
|
|
|
|
|
beegee-tokyo/DHT sensor library for ESPx
|
|
|
|
|
milesburton/DallasTemperature@^3.9.1
|
|
|
|
|
https://github.com/JonasGMorsch/GY-21.git
|
|
|
|
|
ClosedCube HDC1080
|
|
|
|
|
adafruit/MAX6675 library
|
|
|
|
|
rc-switch @ ^2.6.4
|
|
|
|
|
robtillaart/SHT2x@^0.1.1
|
2022-08-09 21:48:48 +03:00
|
|
|
WEMOS SHT3x@1.0.0
|
2022-09-29 15:20:20 +02:00
|
|
|
plerup/espsoftwareserial
|
2022-08-12 01:08:24 +03:00
|
|
|
https://github.com/RoboticsBrno/ServoESP32
|
2022-10-02 01:18:24 +02:00
|
|
|
adafruit/Adafruit MCP23017 Arduino Library@^2.1.0
|
|
|
|
|
adafruit/Adafruit BusIO @ ^1.13.2
|
2022-08-12 01:08:24 +03:00
|
|
|
dfrobot/DFRobotDFPlayerMini @ ^1.0.5
|
2022-10-11 22:33:42 +02:00
|
|
|
adafruit/Adafruit BusIO @ ^1.13.2
|
2022-08-12 01:08:24 +03:00
|
|
|
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
2022-10-31 19:33:01 +03:00
|
|
|
adafruit/Adafruit NeoPixel@^1.10.6
|
2022-05-19 09:56:48 +03:00
|
|
|
build_src_filter =
|
2022-10-11 22:33:42 +02:00
|
|
|
+<modules/virtual/Loging>
|
|
|
|
|
+<modules/virtual/LogingDaily>
|
|
|
|
|
+<modules/virtual/Timer>
|
|
|
|
|
+<modules/virtual/Variable>
|
|
|
|
|
+<modules/virtual/VButton>
|
|
|
|
|
+<modules/sensors/Acs712>
|
|
|
|
|
+<modules/sensors/AhtXX>
|
|
|
|
|
+<modules/sensors/AnalogAdc>
|
|
|
|
|
+<modules/sensors/Bme280>
|
|
|
|
|
+<modules/sensors/Bmp280>
|
|
|
|
|
+<modules/sensors/Dht1122>
|
|
|
|
|
+<modules/sensors/Ds18b20>
|
|
|
|
|
+<modules/sensors/GY21>
|
|
|
|
|
+<modules/sensors/Hdc1080>
|
|
|
|
|
+<modules/sensors/Max6675>
|
|
|
|
|
+<modules/sensors/Pzem004t>
|
|
|
|
|
+<modules/sensors/RCswitch>
|
|
|
|
|
+<modules/sensors/Sht20>
|
|
|
|
|
+<modules/sensors/Sht30>
|
|
|
|
|
+<modules/sensors/Sonar>
|
|
|
|
|
+<modules/sensors/UART>
|
|
|
|
|
+<modules/exec/ButtonIn>
|
|
|
|
|
+<modules/exec/ButtonOut>
|
|
|
|
|
+<modules/exec/IoTServo>
|
|
|
|
|
+<modules/exec/Mcp23017>
|
|
|
|
|
+<modules/exec/Mp3>
|
|
|
|
|
+<modules/exec/Pcf8574>
|
|
|
|
|
+<modules/exec/Pwm32>
|
|
|
|
|
+<modules/exec/TelegramLT>
|
|
|
|
|
+<modules/display/Lcd2004>
|
2022-10-31 19:33:01 +03:00
|
|
|
+<modules/display/Ws2812b>
|
2022-03-07 11:56:09 +03:00
|
|
|
|