Remove pingpong mode completely

- Remove pingpong method declarations and member variables from motor.h
- Remove pingpong implementation (startPingpong, stopPingpong, updatePingpong, etc.) from motor.cpp
- Remove pingpong UI section, handlers, and routes from webserver.cpp
- Remove stopPingpong call from stall callback in main.cpp
This commit is contained in:
devdesk
2026-02-05 22:01:50 +02:00
parent ca37f1939e
commit c8d990b1cd
4 changed files with 1 additions and 293 deletions

View File

@@ -8,7 +8,6 @@
void onMotorStall() {
Serial.println("Stall callback triggered - stopping motor!");
motor.stop();
motor.stopPingpong();
}
void setupWiFi() {