Skip to content

Commit c6f6255

Browse files
committed
Fix the mistakes on the tdeck.
1 parent 3ff1905 commit c6f6255

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Boardfiles/lilygo_tdeck/boot.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
00-gpio.py
22
01-early-connection.py
3-
02-LEDs.py
43
03-reload-hostname.py
54
04-networking.lja
65
05-advance-time.lja

Boardfiles/lilygo_tdeck/settings.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ CIRCUITPY_PYSTACK_SIZE = 12288
33
[BERYLLIUM]
44
setup = true
55

6-
fs_label = "BERYLLIUM"
6+
fs_label = "TDECK"
77

88
serial_console_enabled = true
9-
usb_msc_available = false
10-
usb_hid_available = false
11-
usb_midi_available = false
9+
usb_msc_available = true
10+
usb_hid_available = true
11+
usb_midi_available = true
1212
wifi_available = true
1313
ble_available = false
1414
blc_available = false

0 commit comments

Comments
 (0)