-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
37 lines (33 loc) · 898 Bytes
/
Copy pathplatformio.ini
File metadata and controls
37 lines (33 loc) · 898 Bytes
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
; 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 = T-Deck
boards_dir = boards
[env:T-Keyboard]
platform = espressif32@6.9.0
board = ttgo-t-oi-plus
framework = arduino
board_build.flash_mode = dio
lib_deps = jgromes/RadioLib@^7.1.2
[env:T-Deck]
platform = espressif32@6.3.0
board = T-Deck
framework = arduino
upload_speed = 921600
monitor_speed = 115200
build_flags =
-DBOARD_HAS_PSRAM=1
-DCORE_DEBUG_LEVEL=1
-DARDUINO_USB_CDC_ON_BOOT=1
lib_deps =
lovyan03/LovyanGFX@^1.2.0
lvgl/lvgl@^9.2.2
bblanchon/ArduinoJson@^7.2.1
jgromes/RadioLib@^7.1.2