bojler-esp/platformio.ini
2026-09-07 15:04:21 +02:00

25 lines
795 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:nodemcuv2]
platform = espressif8266
board = nodemcuv2
framework = arduino
monitor_speed = 115200
board_build.filesystem = littlefs
board_build.ldscript = eagle.flash.4m1m.ld
lib_deps =
https://github.com/me-no-dev/ESPAsyncTCP.git
https://github.com/me-no-dev/ESPAsyncWebServer.git
paulstoffregen/OneWire @ ^2.3.8
milesburton/DallasTemperature @ ^4.0.6
arkhipenko/TaskScheduler @ ^4.0.8
bblanchon/ArduinoJson @ ^6.21.3