This commit is contained in:
2026-05-18 22:59:45 +02:00
parent aed00ceda2
commit 77c9d4a4d5
10 changed files with 1185 additions and 119 deletions
+12
View File
@@ -0,0 +1,12 @@
#pragma once
#include "string.h"
#include "stddef.h"
#include "ctype.h"
#include "sim800.h"
//#include <mbedtls/chachapoly.h>
extern char linebufIn[1024];
extern char *linebufInPtr;
void tcp_on_byte(char c);