got motor running
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ class StateMachine
|
||||
bool canSwitchToState(const State newState) const noexcept;
|
||||
|
||||
private:
|
||||
StateMachine() noexcept {};
|
||||
StateMachine() noexcept;
|
||||
|
||||
State state = State::INITIALIZING;
|
||||
String lastError = "";
|
||||
|
||||
Reference in New Issue
Block a user