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.
15 lines
421 B
15 lines
421 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 |