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.
38 lines
900 B
38 lines
900 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 |
|
|
|
[env:esp32-s3-supermini] |
|
platform = espressif32 |
|
board = esp32-s3-devkitc-1 |
|
framework = arduino |
|
board_upload.flash_size = 4MB |
|
board_build.filesystem = littlefs |
|
board_build.partitions = default.csv |
|
monitor_speed = 115200 |
|
lib_deps = |
|
ESP32Async/ESPAsyncWebServer |
|
ESP32Async/AsyncTCP |
|
bblanchon/ArduinoJson@^7.0.0 |
|
build_flags = |
|
-DARDUINO_USB_CDC_ON_BOOT=1 |
|
-DBOARD_HAS_PSRAM |
|
; Configuration ArduinoOTA pour firmware et filesystem |
|
;upload_protocol = espota |
|
;upload_port = 192.168.0.xx |
|
;upload_flags = |
|
; --auth=password |