mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 22:22:05 +00:00
Fix entryText variable as empty before update to fix validation
This commit is contained in:
parent
d22c7c7eee
commit
17b531ec99
@ -1378,7 +1378,7 @@ void CannedMessageModule::drawDestinationSelectionScreen(OLEDDisplay *display, O
|
|||||||
|
|
||||||
int xOffset = 0;
|
int xOffset = 0;
|
||||||
int yOffset = row * (FONT_HEIGHT_SMALL - 4) + rowYOffset;
|
int yOffset = row * (FONT_HEIGHT_SMALL - 4) + rowYOffset;
|
||||||
char entryText[64];
|
char entryText[64] = "";
|
||||||
|
|
||||||
// Draw Channels First
|
// Draw Channels First
|
||||||
if (itemIndex < numActiveChannels) {
|
if (itemIndex < numActiveChannels) {
|
||||||
|
Loading…
Reference in New Issue
Block a user