c94be67384
- Switch pins: 2-7, 15-18 (avoids USB 19/20, PSRAM 26-32, JTAG 34-37) - LED pins: 38-42, 45-48, 21 (high GPIOs, no special functions) - Add Serial.flush() after init messages - Increase startup delays for reliable serial output - Board: esp32-s3-devkitc-1-n16r8
21 lines
449 B
INI
21 lines
449 B
INI
; PlatformIO project configuration
|
|
; ESP32-S3 Loopy Pro Launchpad-Compatible Foot Controller
|
|
|
|
[env:esp32s3]
|
|
platform = espressif32
|
|
board = esp32-s3-devkitc-1-n16r8
|
|
framework = arduino
|
|
|
|
lib_deps =
|
|
adafruit/Adafruit TinyUSB Library@^2.0.0
|
|
|
|
build_flags =
|
|
-DARDUINO_USB_MODE=1
|
|
-DARDUINO_USB_CDC_ON_BOOT=1
|
|
|
|
monitor_speed = 115200
|
|
monitor_port = /dev/ttyACM0
|
|
|
|
board_build.partitions = default_8MB.csv
|
|
board_build.arduino.memory_type = qio_opi
|