|
|
|
@ -23,6 +23,7 @@ framework = arduino |
|
|
|
board_upload.flash_size = 4MB |
|
|
|
board_upload.flash_size = 4MB |
|
|
|
board_build.filesystem = littlefs |
|
|
|
board_build.filesystem = littlefs |
|
|
|
board_build.partitions = default.csv |
|
|
|
board_build.partitions = default.csv |
|
|
|
|
|
|
|
extra_scripts = platformio_extra.py |
|
|
|
monitor_speed = 115200 |
|
|
|
monitor_speed = 115200 |
|
|
|
lib_deps = |
|
|
|
lib_deps = |
|
|
|
ESP32Async/ESPAsyncWebServer |
|
|
|
ESP32Async/ESPAsyncWebServer |
|
|
|
|