Skip to content

Commit e470723

Browse files
committed
tlora-c6: Disable Screen
MESHTASTIC_EXCLUDE_SCREEN=1 on tlora-c6. It doesn't have a screen, and this gets it compiling again (saving flash).
1 parent 13ee648 commit e470723

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

variants/esp32c6/tlora_c6/platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ build_flags =
88
-I variants/esp32c6/tlora_c6
99
-DARDUINO_USB_CDC_ON_BOOT=1
1010
-DARDUINO_USB_MODE=1
11-
; Disable audio.
11+
; Disable screen + audio.
1212
; ESP32-C6 with 4MB flash is TIGHT on space.
13+
-DMESHTASTIC_EXCLUDE_SCREEN=1
1314
-DMESHTASTIC_EXCLUDE_AUDIO=1
1415

1516
lib_ignore =

0 commit comments

Comments
 (0)