mirror of
https://github.com/LinoSchmidt/RoboterArm.git
synced 2026-03-21 02:31:16 +01:00
Fixed buttonPress
This commit is contained in:
@@ -254,7 +254,6 @@ void joystickButtonPress() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!abort) {
|
|
||||||
for(int i = 0; i < CodeLenght; i++) {
|
for(int i = 0; i < CodeLenght; i++) {
|
||||||
Serial.print(String(Code[i]));
|
Serial.print(String(Code[i]));
|
||||||
}
|
}
|
||||||
@@ -276,7 +275,6 @@ void joystickButtonPress() {
|
|||||||
Serial.println("Clear positions...");
|
Serial.println("Clear positions...");
|
||||||
clearPos();
|
clearPos();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Autoplay(){
|
void Autoplay(){
|
||||||
|
|||||||
Reference in New Issue
Block a user