Add saving support to network protocol

This commit is contained in:
Adam Honse 2021-07-04 18:53:33 -05:00
parent eade8fea1a
commit 5130f07e21
6 changed files with 50 additions and 0 deletions

View file

@ -62,4 +62,5 @@ enum
NET_PACKET_ID_RGBCONTROLLER_SETCUSTOMMODE = 1100, /* RGBController::SetCustomMode() */
NET_PACKET_ID_RGBCONTROLLER_UPDATEMODE = 1101, /* RGBController::UpdateMode() */
NET_PACKET_ID_RGBCONTROLLER_SAVEMODE = 1102, /* RGBController::SaveMode() */
};