[env:esp32-s3-devkitc-1] platform = espressif32 board = esp32-s3-devkitc-1 framework = arduino ; matches the live-queried chip: 16MB quad-SPI flash, 8MB octal-SPI PSRAM (N16R8) board_build.arduino.memory_type = qio_opi ; required for Serial (USB CDC) to come up on this board's native USB-Serial/JTAG port build_flags = -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=1 monitor_speed = 115200 upload_port = /dev/ttyACM0 monitor_port = /dev/ttyACM0 lib_deps = https://github.com/me-no-dev/AsyncTCP.git https://github.com/me-no-dev/ESPAsyncWebServer.git