Add 'STOPPED (manual)' message to serial output
This commit is contained in:
@@ -58,6 +58,7 @@ void MotorController::stop() {
|
||||
_direction = 0;
|
||||
ledcWrite(PWM_CHANNEL_R, 0);
|
||||
ledcWrite(PWM_CHANNEL_L, 0);
|
||||
Serial.println("Motor: STOPPED (manual)");
|
||||
}
|
||||
|
||||
void MotorController::update() {
|
||||
|
||||
Reference in New Issue
Block a user