mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 02:14:37 +00:00
Canned message - Fixes
This commit is contained in:
parent
a36889abba
commit
54ff8f2db3
@ -23,7 +23,6 @@ GroupPlugin::GroupPlugin()
|
||||
strcpy(ourGroupInfo.group[7], "Honeydew");
|
||||
strcpy(ourGroupInfo.group[8], "Jackfruit");
|
||||
strcpy(ourGroupInfo.group[9], "Kiwifruit");
|
||||
strcpy(ourGroupInfo.group[10], "TellJmYouSeeThis");
|
||||
|
||||
}
|
||||
|
||||
@ -58,8 +57,6 @@ int32_t GroupPlugin::runOnce()
|
||||
DEBUG_MSG("Group 7=%s\n", ourGroupInfo.group[7]);
|
||||
DEBUG_MSG("Group 8=%s\n", ourGroupInfo.group[8]);
|
||||
DEBUG_MSG("Group 9=%s\n", ourGroupInfo.group[9]);
|
||||
DEBUG_MSG("Group 10=%s\n", ourGroupInfo.group[10]);
|
||||
DEBUG_MSG("Group 11=%s\n", ourGroupInfo.group[11]);
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user