mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
fix compiler warning
This commit is contained in:
@@ -74,7 +74,7 @@ class CannedMessageModule :
|
|||||||
int currentMessageIndex = -1;
|
int currentMessageIndex = -1;
|
||||||
cannedMessageModuleRunState runState = CANNED_MESSAGE_RUN_STATE_INACTIVE;
|
cannedMessageModuleRunState runState = CANNED_MESSAGE_RUN_STATE_INACTIVE;
|
||||||
char payload;
|
char payload;
|
||||||
int cursor = 0;
|
unsigned int cursor = 0;
|
||||||
String freetext = ""; // Text Buffer for Freetext Editor
|
String freetext = ""; // Text Buffer for Freetext Editor
|
||||||
|
|
||||||
char messageStore[CANNED_MESSAGE_MODULE_MESSAGES_SIZE+1];
|
char messageStore[CANNED_MESSAGE_MODULE_MESSAGES_SIZE+1];
|
||||||
|
|||||||
Reference in New Issue
Block a user