0
0
Fork 0
wireless-proxy-esp32/main/tcp_netconn.h

9 lines
160 B
C

#ifndef __TCP_NETCONN_H__
#define __TCP_NETCONN_H__
#include <stdint.h>
int tcp_netconn_send(const void *buffer, size_t len);
void tcp_netconn_task();
#endif