mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-16 15:30:38 +00:00
Minor c6l fix
This commit is contained in:
parent
aeee7d4159
commit
00a871f6c7
@ -155,10 +155,6 @@ int CannedMessageModule::splitConfiguredMessages()
|
||||
#if defined(USE_VIRTUAL_KEYBOARD)
|
||||
// Add a "Free Text" entry at the top if using a keyboard
|
||||
tempMessages[tempCount++] = "[-- Free Text --]";
|
||||
#elif !defined(M5STACK_UNITC6L)
|
||||
if (osk_found && screen) {
|
||||
tempMessages[tempCount++] = "[-- Free Text --]";
|
||||
}
|
||||
#endif
|
||||
|
||||
// First message always starts at buffer start
|
||||
|
Loading…
Reference in New Issue
Block a user