mirror of
https://github.com/LinoSchmidt/RoboterArm.git
synced 2026-03-20 18:21: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++) {
|
||||
Serial.print(String(Code[i]));
|
||||
}
|
||||
@@ -277,7 +276,6 @@ void joystickButtonPress() {
|
||||
clearPos();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Autoplay(){
|
||||
if(autoplayStart) {
|
||||
|
||||
Reference in New Issue
Block a user