Initial aether32 school lab bench tool
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
22
platformio.ini
Normal file
22
platformio.ini
Normal file
@@ -0,0 +1,22 @@
|
||||
; PlatformIO Project Configuration File
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:esp32-s3-devkitm-1]
|
||||
platform = espressif32
|
||||
board = esp32-s3-devkitm-1
|
||||
framework = arduino
|
||||
|
||||
monitor_speed = 115200
|
||||
board_build.flash_mode = qio
|
||||
board_build.flash_size = 16MB
|
||||
board_build.filesystem = littlefs
|
||||
|
||||
; Exclude SD-card USB-MSC storage stack — no SD card required
|
||||
build_src_filter = +<*> -<components/storage/>
|
||||
|
||||
lib_deps =
|
||||
FS
|
||||
adafruit/Adafruit NeoPixel@^1.12.2
|
||||
|
||||
build_flags =
|
||||
-DARDUINO_USB_MODE
|
||||
Reference in New Issue
Block a user