1
0

fix protocol bug

This commit is contained in:
2026-01-09 19:34:37 +08:00
parent fba5d0627c
commit 184b94c5fc

View File

@@ -39,7 +39,7 @@ namespace basalt::presenter::cmd_client {
// If actively stop, send actively stop code to Trainer first
if (actively_stop) {
ProtocolCode actively_stop_code = ProtocolCode::STOP_REQUEST;
ProtocolCode actively_stop_code = ProtocolCode::ACTIVELY_STOP;
m_PipeOperator.write_pod(actively_stop_code);
}