Make two connections for SDK and device

This commit is contained in:
2023-02-02 01:14:29 -06:00
parent 51b8897d38
commit 0cec23f7f7
8 changed files with 43 additions and 14 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ union Request {
union Response {
struct Header header;
struct SetSdkConnectionResp sdkconn;
struct SetSdkModeReq sdkmode;
struct SetSdkModeResp sdkmode;
struct SetSystemLedResp led;
struct SetWheelSpeedResp wheel;
};