修复mqtt消息历史分页问题
This commit is contained in:
@@ -37,7 +37,8 @@ void mqtt_publish_ack(
|
||||
bool success,
|
||||
const char* message,
|
||||
RobotStatus current_robot_status_at_ack,
|
||||
const char* ack_context_spot_id // 例如,MOVE_TO_SPOT完成后的spotId
|
||||
const char* ack_context_spot_id,
|
||||
const char* command_ack_chinese_value // 新增参数
|
||||
); // 发布ACK消息
|
||||
|
||||
// 内部状态,供其他模块查询 (可选,或者通过回调传递)
|
||||
|
||||
Reference in New Issue
Block a user