chore: checkpoint app work before firmware sync

This commit is contained in:
Adolfo Reyna
2026-09-07 23:01:26 -04:00
parent e42036a044
commit 59612020bb
20 changed files with 2111 additions and 1218 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ int ws_connect(const char* host, int port, const char* path, const char* device_
"Connection: Upgrade\r\n"
"Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==\r\n"
"Sec-WebSocket-Version: 13\r\n"
"Authorization: Bearer %s\r\n"
"X-Device-ID: %s\r\n"
"Authorization: Bearer %s\\r\\n"
"X-Device-ID: %s\\r\\n"
"\r\n",
path, host, port, auth_key, device_id);