22 lines
639 B
INI
22 lines
639 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
|
|
board_build.filesystem = littlefs
|
|
; set frequency to 160MHz
|
|
board_build.f_cpu = 160000000L
|
|
framework = arduino
|
|
lib_deps =
|
|
bblanchon/ArduinoJson@^6.17.2
|
|
me-no-dev/ESP Async WebServer@^1.2.3
|
|
monitor_speed = 115200
|