You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
364 B
18 lines
364 B
[env:esp32] |
|
platform = espressif32 |
|
board = esp32dev |
|
framework = arduino |
|
monitor_speed = 115200 |
|
board_build.filesystem = littlefs |
|
board_build.partitions = default.csv |
|
extra_scripts = platformio_extra.py |
|
|
|
lib_deps = |
|
ESP32Async/ESPAsyncWebServer |
|
ESP32Async/AsyncTCP |
|
bblanchon/ArduinoJson@^7.0.0 |
|
|
|
build_flags = |
|
-DBOARD_HAS_PSRAM |
|
|
|
upload_speed = 921600
|
|
|