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.
36 lines
998 B
36 lines
998 B
[env:esp32] |
|
platform = espressif32 |
|
board = esp32dev |
|
framework = arduino |
|
board_build.filesystem = littlefs |
|
monitor_speed = 115200 |
|
lib_deps = |
|
https://github.com/me-no-dev/ESPAsyncWebServer.git |
|
https://github.com/me-no-dev/AsyncTCP.git |
|
bblanchon/ArduinoJson@^7.2.1 |
|
; Configuration ArduinoOTA pour firmware et filesystem |
|
;upload_protocol = espota |
|
;upload_port = 192.168.0.28 |
|
;upload_flags = |
|
; --auth=password |
|
|
|
[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 = |
|
https://github.com/me-no-dev/ESPAsyncWebServer.git |
|
https://github.com/me-no-dev/AsyncTCP.git |
|
bblanchon/ArduinoJson@^7.2.1 |
|
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.29 |
|
upload_flags = |
|
--auth=password |