- deactivate a debug print

- activate init screen
- update network config
This commit is contained in:
2024-07-19 15:33:50 +02:00
parent a7930e2915
commit f0f75d3fd3
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ void MotorControl::setRealPower(int8_t power)
digitalWrite(this->dir_2, LOW);
ledcWrite(this->pwmChannel, 0);
this->dutycycle = 0;
std::cout << "abort" << std::endl;
// std::cout << "abort" << std::endl;
return;
}