chore: checkpoint app work before firmware sync
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user