mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 06:32:06 +00:00
Fix build on wismeshtap
This commit is contained in:
parent
4089cee59d
commit
34f22c40b3
@ -628,7 +628,7 @@ bool CannedMessageModule::handleFreeTextInput(const InputEvent *event)
|
|||||||
currentMessageIndex = -1;
|
currentMessageIndex = -1;
|
||||||
shift = false;
|
shift = false;
|
||||||
valid = true;
|
valid = true;
|
||||||
} else if (!keyTapped.isEmpty()) {
|
} else if (!(keyTapped == "")) {
|
||||||
#ifndef RAK14014
|
#ifndef RAK14014
|
||||||
highlight = keyTapped[0];
|
highlight = keyTapped[0];
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user