This commit is contained in:
2026-02-02 00:35:32 +08:00
4 changed files with 551 additions and 6 deletions

View File

@@ -283,6 +283,7 @@ void handle_command(const uint8_t *frame, uint8_t len) {
case 2u: // M2: disable sensor report
set_eddy_sensor_report_status(false);
send_response(RESP_TYPE_OK, s_report_status_ok, sizeof(s_report_status_ok));
return;
case 3u: