feature to send image from tcp connection
This commit is contained in:
@@ -10,4 +10,7 @@
|
||||
*/
|
||||
bool tcp_debug_init(void);
|
||||
|
||||
typedef void (*tcp_connection_callback_t)(bool connected);
|
||||
void tcp_set_connection_callback(tcp_connection_callback_t callback);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user