-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
53 lines (51 loc) · 1.38 KB
/
platformio.ini
File metadata and controls
53 lines (51 loc) · 1.38 KB
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
47
48
49
50
51
52
53
[env:xiao_esp32s3]
platform = espressif32
board = seeed_xiao_esp32s3
framework = arduino
monitor_speed = 115200
board_build.partitions = huge_app.csv
board_build.flash_mode = qio
board_build.flash_size = 8MB
board_build.psram_type = opi
lib_deps =
h2zero/NimBLE-Arduino@^1.4.0
bblanchon/ArduinoJson@^6.21.0
build_flags =
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1
-DCONFIG_BT_NIMBLE_ENABLED=1
[env:xiao_esp32c3]
platform = espressif32
board = seeed_xiao_esp32c3
framework = arduino
monitor_speed = 115200
board_build.partitions = huge_app.csv
board_build.flash_mode = qio
board_build.flash_size = 4MB
board_build.psram_type = opi
lib_deps =
h2zero/NimBLE-Arduino@^1.4.0
bblanchon/ArduinoJson@^6.21.0
build_flags =
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1
-DCONFIG_BT_NIMBLE_ENABLED=1
[env:adafruit_feather_esp32s3_reversetft]
platform = espressif32
board = adafruit_feather_esp32s3_reversetft
framework = arduino
monitor_speed = 115200
board_build.partitions = huge_app.csv
board_build.flash_mode = qio
board_build.flash_size = 4MB
lib_deps =
h2zero/NimBLE-Arduino@^1.4.0
bblanchon/ArduinoJson@^6.21.0
adafruit/Adafruit ST7735 and ST7789 Library@^1.10.0
adafruit/Adafruit GFX Library@^1.11.0
build_flags =
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1
-DCONFIG_BT_NIMBLE_ENABLED=1
-DHAS_TFT=1
-DBUZZER_PIN_OVERRIDE=18