-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
46 lines (30 loc) · 1.02 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
; PlatformIO Project Configuration File
[env]
; uncomment this line to run with version that fails
;platform = espressif32@6.7.0
; uncomment this line to run with version that works
platform = https://github.com/dariush/platform-espressif32
platform_packages =
framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#3.0.2
framework-arduinoespressif32-libs@https://github.com/espressif/arduino-esp32/releases/download/3.0.2/esp32-arduino-libs-3.0.2.zip
framework = arduino
board_build.filesystem = littlefs
board_build.partitions = partition_little.csv
monitor_filters =
time
esp32_exception_decoder
[env:adafruit_feather_esp32_v2]
board = adafruit_feather_esp32_v2
upload_speed = 921600
monitor_speed = 115200
build_flags = -DCORE_DEBUG_LEVEL=3
[env:adafruit-qtpy-esp32s3]
board = adafruit_qtpy_esp32s3_nopsram
build_flags =
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=0
-DCORE_DEBUG_LEVEL=3
upload_speed = 921600
monitor_speed = 460800
monitor_rts = 0
monitor_dtr = 0