feat: adds layer switch command

This commit is contained in:
Florian Didron
2022-06-21 16:54:29 +09:00
parent 0cb81b76f8
commit 939bcc5422
2 changed files with 8 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ enum Oryx_Command_Code {
ORYX_CMD_PAIRING_INIT,
ORYX_CMD_PAIRING_VALIDATE,
ORYX_CMD_DISCONNECT,
ORYX_GET_LAYER,
ORYX_SET_LAYER
};
enum Oryx_Event_Code {