From ef9e4686749c42d49d9083bfd3ed50e9ce9c81fe Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 14 Aug 2023 21:26:20 +0800 Subject: [PATCH] update --- .settings/language.settings.xml | 4 ++-- usrc/main.cpp | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.settings/language.settings.xml b/.settings/language.settings.xml index 536a5f7..c61406d 100644 --- a/.settings/language.settings.xml +++ b/.settings/language.settings.xml @@ -5,7 +5,7 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/usrc/main.cpp b/usrc/main.cpp index 3cfc14e..46c332c 100644 --- a/usrc/main.cpp +++ b/usrc/main.cpp @@ -110,7 +110,7 @@ void Main::run() { m_motor1.setAcceleration(300000); m_motor1.setDeceleration(300000); - m_motor1.rotate(1000000); + // m_motor1.rotate(1000000); } { @@ -184,6 +184,7 @@ void Main::run() { triLight_B.setState(b != 0); triLight_BEEP.setState(beep != 0); }); + } /*******************************************************************************