[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