This commit is contained in:
2026-06-26 00:30:13 +02:00
commit b27cd76ca8
122 changed files with 37290 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef MESHCORE_HEADER
#define MESHCORE_HEADER
#include "packetstructs.h"
#include "string.h"
#include "sx1262.h"
#include "lib/cifra/aes.h"
#include "lib/cifra/sha2.h"
#include "lib/cifra/hmac.h"
#include "util/log.h"
#include <ctype.h>
#include "stdio.h"
void processFrame (FrameStruct *frame);
#endif