修复mqtt消息历史分页问题

This commit is contained in:
2025-05-30 18:15:27 +08:00
parent 5612b2e782
commit d0a550cab6
4 changed files with 127 additions and 59 deletions

View File

@@ -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消息
// 内部状态,供其他模块查询 (可选,或者通过回调传递)