-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
30 lines (29 loc) · 997 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
; 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
[platformio]
default_envs=M5NanoC6
[env:M5NanoC6]
platform = espressif32
board = esp32-c6-devkitm-1
framework = arduino
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
extra_scripts = pre:custon_hwids.py
build_flags =
-DARDUINO_USB_CDC_ON_BOOT=1
-DARDUINO_USB_MODE=1
build_type = debug
monitor_filters = esp32_exception_decoder
time
monitor_speed = 115200
upload_speed = 1500000
lib_deps =
plerup/EspSoftwareSerial @ ^8.2.0