From 967a861a10fdb2efc08e1ee91a105099bef638a8 Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 18 Jun 2025 13:57:51 +0800 Subject: [PATCH] Auto commit at 2025-06-18 13:57:51 --- src/radio_ctrl/src/radio_ctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/radio_ctrl/src/radio_ctrl.cpp b/src/radio_ctrl/src/radio_ctrl.cpp index 4c3eb2f..e7f8d79 100644 --- a/src/radio_ctrl/src/radio_ctrl.cpp +++ b/src/radio_ctrl/src/radio_ctrl.cpp @@ -83,7 +83,7 @@ private: uint16_t gear = ch_data[5]; // 挡位 uint16_t sweep = ch_data[6]; // 清扫 uint16_t dump = ch_data[7]; // 垃圾倾倒 - printf("sweep=%d\n", sweep); + printf("dump=%d\n", dump); int16_t speed = ch_data[1] - 992; //[-800,800] if (!initialized)