适配新班子

This commit is contained in:
2024-06-30 14:44:35 +08:00
parent ac05ce6f32
commit 50b5cd3f2d
3 changed files with 42 additions and 36 deletions

View File

@@ -40,10 +40,10 @@ void jj_bt_run()
bt_run_flag = !bt_run_flag;
break;
case Fly_up:
bt_fly += 25;
bt_fly += 10;
break;
case Fly_dowm:
bt_fly -= 25;
bt_fly -= 10;
break;
case Speed_up:
bt_run += 50;