- preliminary work for node selection

- show sending screen on immediate click
This commit is contained in:
Thomas Göttgens
2022-10-06 22:34:55 +02:00
parent 98e1d52eaa
commit 7cda61ca01
2 changed files with 13 additions and 5 deletions

View File

@@ -73,9 +73,11 @@ class CannedMessageModule :
int currentMessageIndex = -1;
cannedMessageModuleRunState runState = CANNED_MESSAGE_RUN_STATE_INACTIVE;
char payload;
char payload = 0x00;
unsigned int cursor = 0;
String freetext = ""; // Text Buffer for Freetext Editor
bool destSelect = false; // Freetext Editor Mode
NodeNum dest = NODENUM_BROADCAST;
char messageStore[CANNED_MESSAGE_MODULE_MESSAGES_SIZE+1];
char *messages[CANNED_MESSAGE_MODULE_MESSAGE_MAX_COUNT];