We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff1905 commit c6f6255Copy full SHA for c6f6255
Boardfiles/lilygo_tdeck/boot.txt
@@ -1,6 +1,5 @@
1
00-gpio.py
2
01-early-connection.py
3
-02-LEDs.py
4
03-reload-hostname.py
5
04-networking.lja
6
05-advance-time.lja
Boardfiles/lilygo_tdeck/settings.toml
@@ -3,12 +3,12 @@ CIRCUITPY_PYSTACK_SIZE = 12288
[BERYLLIUM]
setup = true
-fs_label = "BERYLLIUM"
+fs_label = "TDECK"
7
8
serial_console_enabled = true
9
-usb_msc_available = false
10
-usb_hid_available = false
11
-usb_midi_available = false
+usb_msc_available = true
+usb_hid_available = true
+usb_midi_available = true
12
wifi_available = true
13
ble_available = false
14
blc_available = false
0 commit comments