got motor running

This commit is contained in:
Leonetienne
2025-12-14 18:57:28 +01:00
parent d339f5b297
commit bd906add53
14 changed files with 123 additions and 78 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class StateMachine
bool canSwitchToState(const State newState) const noexcept;
private:
StateMachine() noexcept {};
StateMachine() noexcept;
State state = State::INITIALIZING;
String lastError = "";