26 lines
785 B
INI
26 lines
785 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
|
|
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
|
|
robtillaart/RunningMedian @ ^0.3.6
|