mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 14:12:05 +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;
|
||||
shift = false;
|
||||
valid = true;
|
||||
} else if (!keyTapped.isEmpty()) {
|
||||
} else if (!(keyTapped == "")) {
|
||||
#ifndef RAK14014
|
||||
highlight = keyTapped[0];
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user