fix bug
This commit is contained in:
@@ -11,7 +11,7 @@ namespace basalt::presenter::cmd_client {
|
||||
DATA_READY = 0x01, ///< Presenter -> Trainer
|
||||
DATA_RECEIVED = 0x02, ///< Trainer -> Presenter
|
||||
ACTIVELY_STOP = 0x21, ///< Presenter-->Trainer
|
||||
STOP_REQUEST = 0X71, ///< Presenter<--Trainer
|
||||
STOP_REQUEST = 0x71, ///< Presenter<--Trainer
|
||||
STOP_RESPONSE = 0x72, ///< Presenter-->Trainer
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user