feature to send image from tcp connection

This commit is contained in:
Adolfo Reyna
2025-12-28 21:59:59 -05:00
parent 03e826653b
commit ed927e16b1
9 changed files with 212 additions and 3 deletions

View File

@@ -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