-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
75 lines (68 loc) · 1.7 KB
/
Copy pathplatformio.ini
File metadata and controls
75 lines (68 loc) · 1.7 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
; 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 = s3-devkitc
[env:flip-c3]
platform = espressif32
board = seeed_xiao_esp32c3
framework = arduino
monitor_speed = 115200
upload_speed = 921600
board_build.filesystem = littlefs
upload_port = /dev/ttyACM0
lib_deps =
h2zero/NimBLE-Arduino@^2
adafruit/Adafruit SSD1306@^2
adafruit/Adafruit GFX Library@^1
adafruit/Adafruit SH110X@^2.1.13
olikraus/U8g2@^2.36.12
build_flags =
-D BOARD_FLIP_C3=1
-D OLED_ADDR=0x3C
[env:watch-c3]
platform = espressif32
board = seeed_xiao_esp32c3
framework = arduino
monitor_speed = 115200
upload_speed = 921600
board_build.filesystem = littlefs
lib_deps =
h2zero/NimBLE-Arduino@^2
adafruit/Adafruit SSD1306@^2
adafruit/Adafruit GFX Library@^1
adafruit/Adafruit SH110X@^2.1.13
olikraus/U8g2@^2.36.12
build_flags =
-D BOARD_WATCH_C3=1
-D OLED_ADDR=0x3C
[env:s3-devkitc]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
monitor_port = /dev/ttyACM0
lib_deps =
adafruit/Adafruit SSD1306 @ ^2.5.15
adafruit/Adafruit GFX Library @ ^1.12.1
adafruit/Adafruit SH110X @ ^2.1.10
h2zero/NimBLE-Arduino @ ^2.3.4
olikraus/U8g2@^2.36.12
littleFs
build_flags =
-D BOARD_FLIP_S3=1
-D DEVICE_NAME="\"LLM Flip v0 (S3)\""
-D OLED_SDA=8
-D OLED_SCL=9
-D BTN_A=0
-D BTN_B=4
-D OLED_ADDR=0x3C
-D FEAT_REED_LID=0
-D ARDUINO_USB_MODE=1
-D ARDUINO_USB_CDC_ON_BOOT=1