Files
AHome/MainDoor/platformio.ini
2022-06-14 15:53:59 +03:00

23 lines
763 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:nano]
platform = espressif8266
board = nodemcuv2
framework = arduino
board_build.f_cpu = 26000000L
board_build.ldscript = eagle.flash.1m.ld
;board_build.flash_mode = dout
;upload_protocol = espota
;upload_port = 192.168.1.25
lib_deps =
# RECOMMENDED
# Accept new functionality in a backwards compatible manner and patches
ottowinter/AsyncMqttClient-esphome @ ^0.8.6