mirror of
https://github.com/Hello9999901/laptop.git
synced 2025-02-05 08:17:48 +00:00
23 lines
733 B
INI
23 lines
733 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:esp32-s3-devkitc-1]
|
|
platform = espressif32
|
|
board = esp32-s3-devkitc-1
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
monitor_dtr = 1
|
|
monitor_rts = 1
|
|
board_build.flash_mode = qio
|
|
board_upload.flash_size = 8MB
|
|
board_upload.maximum_size = 8388608
|
|
build_flags = '-D ARDUINO_USB_MODE=1' '-D ARDUINO_USB_CDC_ON_BOOT=1'
|
|
; lib_deps = adafruit/Adafruit HUSB238 Library@^1.0.1
|