This commit is contained in:
2026-04-24 16:37:04 +03:00
parent cb1014c950
commit 90037587c0
16 changed files with 224 additions and 3557 deletions

View File

@@ -9,6 +9,7 @@ void ws_go();
void ws_start();
bool ws_is_connected();
void ws_send(const char* data);
void ws_disconnect();
#ifdef __cplusplus
}