Files
AHome/ESP_Electro/platformio.ini

26 lines
777 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:esp07]
platform = espressif8266
;board = nodemcuv2
board = esp07
framework = arduino
;board_build.ldscript = eagle.flash.1m.ld
upload_protocol = espota
upload_port = 192.168.1.131
;upload_port = 192.168.1.95
monitor_speed = 115200
lib_deps =
sstaub/Ticker @ ^4.3.0
knolleary/PubSubClient @ ^2.8
ottowinter/ESPAsyncWebServer-esphome @ ^3.0.0
ayushsharma82/WebSerial @ ^1.3.0