This commit is contained in:
2026-06-26 00:30:13 +02:00
commit b27cd76ca8
122 changed files with 37290 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef GROUP_HEADER
#define GROUP_HEADER
#include "stdint.h"
#include "meshcore/packetstructs.h"
void sendGroupMessage (const GroupTextMessage *msg);
void makeSendGroupMessage (char *txt, uint8_t keyIndex);
void decodeGroupMessage (const FrameStruct *frame);
#endif