mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
92 lines
2.2 KiB
INI
92 lines
2.2 KiB
INI
[env:esp8266_4mb]
|
|
lib_deps =
|
|
${common_env_data.lib_deps_external}
|
|
${env:esp8266_4mb_fromitems.lib_deps}
|
|
ESPAsyncUDP
|
|
build_flags = -Desp8266_4mb="esp8266_4mb"
|
|
framework = arduino
|
|
board = nodemcuv2
|
|
board_build.ldscript = eagle.flash.4m1m.ld
|
|
platform = espressif8266 @2.6.3
|
|
monitor_filters = esp8266_exception_decoder
|
|
upload_speed = 115200
|
|
monitor_speed = 115200
|
|
board_build.filesystem = littlefs
|
|
build_src_filter =
|
|
+<*.cpp>
|
|
+<classes/*.cpp>
|
|
+<utils/*.cpp>
|
|
+<modules/*.cpp>
|
|
${env:esp8266_4mb_fromitems.build_src_filter}
|
|
|
|
[env:esp32_4mb]
|
|
lib_deps =
|
|
${common_env_data.lib_deps_external}
|
|
${env:esp32_4mb_fromitems.lib_deps}
|
|
plerup/EspSoftwareSerial
|
|
build_flags = -Desp32_4mb="esp32_4mb"
|
|
framework = arduino
|
|
board = esp32dev
|
|
platform = espressif32 @3.3.0
|
|
monitor_filters = esp32_exception_decoder
|
|
upload_speed = 115200
|
|
monitor_speed = 115200
|
|
build_src_filter =
|
|
+<*.cpp>
|
|
+<classes/*.cpp>
|
|
+<utils/*.cpp>
|
|
+<modules/*.cpp>
|
|
${env:esp32_4mb_fromitems.build_src_filter}
|
|
|
|
[platformio]
|
|
default_envs = esp8266_4mb
|
|
data_dir = data_svelte
|
|
|
|
[common_env_data]
|
|
lib_deps_external =
|
|
bblanchon/ArduinoJson @6.18.0
|
|
Links2004/WebSockets
|
|
knolleary/PubSubClient
|
|
|
|
[env:esp8266_4mb_fromitems]
|
|
lib_deps =
|
|
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
|
dfrobot/DFRobotDFPlayerMini @ ^1.0.5
|
|
CTBot @2.1.9
|
|
adafruit/Adafruit MCP23017 Arduino Library@^2.0.2
|
|
adafruit/Adafruit BusIO @ ^1.13.0
|
|
build_src_filter =
|
|
+<modules\display\Lcd2004>
|
|
+<modules\exec\ButtonIn>
|
|
+<modules\exec\ButtonOut>
|
|
+<modules\exec\IoTServo>
|
|
+<modules\exec\Mp3>
|
|
+<modules\exec\Telegram>
|
|
+<modules\exec\Timer>
|
|
+<modules\system\IarduinoRTC>
|
|
+<modules\system\Mcp23017>
|
|
+<modules\system\SysExt>
|
|
+<modules\system\Variable>
|
|
|
|
[env:esp32_4mb_fromitems]
|
|
lib_deps =
|
|
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
|
https://github.com/RoboticsBrno/ServoESP32
|
|
dfrobot/DFRobotDFPlayerMini @ ^1.0.5
|
|
CTBot @2.1.9
|
|
adafruit/Adafruit MCP23017 Arduino Library@^2.0.2
|
|
adafruit/Adafruit BusIO @ ^1.13.0
|
|
build_src_filter =
|
|
+<modules\display\Lcd2004>
|
|
+<modules\exec\ButtonIn>
|
|
+<modules\exec\ButtonOut>
|
|
+<modules\exec\IoTServo>
|
|
+<modules\exec\Mp3>
|
|
+<modules\exec\Telegram>
|
|
+<modules\exec\Timer>
|
|
+<modules\system\IarduinoRTC>
|
|
+<modules\system\Mcp23017>
|
|
+<modules\system\SysExt>
|
|
+<modules\system\Variable>
|
|
|