24 lines
755 B
INI
24 lines
755 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 = 9600
|
|
upload_protocol = espota
|
|
upload_port = 192.168.1.156
|
|
lib_deps =
|
|
jwrw/ESP_EEPROM @ ^2.0.0
|
|
robtillaart/RunningMedian @ ^0.3.3
|
|
ayushsharma82/WebSerial @ ^1.3.0
|
|
ottowinter/ESPAsyncWebServer-esphome @ ^3.0.0
|
|
lewapek/Nova Fitness Sds dust sensors library @ ^1.5.1
|