Fixed buttonPress

This commit is contained in:
2022-09-04 11:47:33 +02:00
parent 76962684a4
commit 5830335c84

View File

@@ -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) {