This commit is contained in:
2026-06-26 00:25:59 +02:00
commit a9c67372ad
269 changed files with 78764 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