This commit is contained in:
2026-06-26 00:25:59 +02:00
commit a9c67372ad
269 changed files with 78764 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef ANONYMOUS_HEADER
#define ANONYMOUS_HEADER
#include "meshcore/packetstructs.h"
#include "lib/config.h"
void decodeAnonReq (const FrameStruct *frame);
void sendAnonymousRequest (const NodeEntry *targetNode, const uint8_t *password, uint32_t sync);
#endif