mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-03 03:09:59 +00:00
parent
54ff8f2db3
commit
972c2bb329
@ -23,6 +23,7 @@ GroupPlugin::GroupPlugin()
|
||||
strcpy(ourGroupInfo.group[7], "Honeydew");
|
||||
strcpy(ourGroupInfo.group[8], "Jackfruit");
|
||||
strcpy(ourGroupInfo.group[9], "Kiwifruit");
|
||||
strcpy(ourGroupInfo.group[10], "TellJmYouSeeThis");
|
||||
|
||||
}
|
||||
|
||||
@ -57,6 +58,8 @@ 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