12 lines
210 B
C
12 lines
210 B
C
#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); |