Fix entryText variable as empty before update to fix validation

This commit is contained in:
Jason P 2025-06-02 16:34:08 -05:00
parent d22c7c7eee
commit 17b531ec99

View File

@ -1378,7 +1378,7 @@ void CannedMessageModule::drawDestinationSelectionScreen(OLEDDisplay *display, O
int xOffset = 0;
int yOffset = row * (FONT_HEIGHT_SMALL - 4) + rowYOffset;
char entryText[64];
char entryText[64] = "";
// Draw Channels First
if (itemIndex < numActiveChannels) {