mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-17 07:46:31 +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)
|
#if defined(USE_VIRTUAL_KEYBOARD)
|
||||||
// Add a "Free Text" entry at the top if using a keyboard
|
// Add a "Free Text" entry at the top if using a keyboard
|
||||||
tempMessages[tempCount++] = "[-- Free Text --]";
|
tempMessages[tempCount++] = "[-- Free Text --]";
|
||||||
#elif !defined(M5STACK_UNITC6L)
|
|
||||||
if (osk_found && screen) {
|
|
||||||
tempMessages[tempCount++] = "[-- Free Text --]";
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// First message always starts at buffer start
|
// First message always starts at buffer start
|
||||||
|
Loading…
Reference in New Issue
Block a user