Files
embedded/004SendData/esp-src/main/client/client.h
T

8 lines
134 B
C

#ifndef CLIENT_H
#define CLIENT_H
int sendJSON(char *json, int len);
int sendAll(int sock, char *buf, int len);
#endif // !CLIENT_H