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);
});
+
}
/*******************************************************************************