update
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user