Skip to content

Commit

Permalink
Add new Command ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Akram authored and Akram committed Aug 5, 2024
1 parent e79697f commit 4976b06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/APPReinforcementLearning/src/SerialMuxchannels.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ namespace SMPChannelPayload
/** Remote control commands. */
typedef enum : uint8_t
{
CMD_ID_IDLE = 0, /**< Nothing to do. */
CMD_ID_SET_READY_STATE /**< Set Ready State. */
CMD_ID_IDLE = 0, /**< Nothing to do. */
CMD_ID_SET_READY_STATE, /**< Set Ready State. */
CMD_ID_SET_TRAINING_STATE /**< Set Training State */

} CmdId; /**< Command ID */

Expand Down

0 comments on commit 4976b06

Please sign in to comment.