41 #error Please define TCP_PORT 44 #define SERVER_TIMEOUT 1 115 printf(
"Server test setup done, waiting on port:%d\n", TCP_PORT);
MEMSPACE void servertest_message(window *win)
Network receive task.
Master include file for project Includes all project includes and defines here.
MEMSPACE void servertest_receive(void *arg, char *pdata, unsigned short len)
Network receive task.
MEMSPACE void servertest_setup(int port)
Setup Server Task.
static struct espconn * TCP_Server
MEMSPACE int printf(const char *format,...)
ili9341 driver inspired by Adafruit ili9341 code All code in this file has been rewritten by Mike Gor...
MEMSPACE int tft_printf(window *win, const char *fmt,...)
tft_printf function
MEMSPACE void * safecalloc(size_t nmemb, size_t size)
Safe Calloc - Display Error message if Calloc fails.