Files
roller-shutter-mqtt/platformio.ini
2022-08-23 10:30:25 +02:00

28 lines
784 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
upload_protocol = espota
upload_port = 192.168.1.92
lib_deps =
ayushsharma82/WebSerial@^1.3.0
ottowinter/ESPAsyncWebServer-esphome@^2.1.0
ottowinter/ESPAsyncTCP-esphome@^1.2.3
[env:native]
platform = native
lib_deps =
ayushsharma82/WebSerial@^1.3.0
ottowinter/ESPAsyncWebServer-esphome@^2.1.0
ottowinter/ESPAsyncTCP-esphome@^1.2.3