Improve reconnect
This commit is contained in:
@@ -44,8 +44,8 @@ void setup() {
|
||||
// put your setup code here, to run once:
|
||||
Serial.begin(115200);
|
||||
Serial.println("Starting Smart RGB ESP32...");
|
||||
initializeScheduler();
|
||||
stateMachine = new StateMachine<maxNumberOfStates>();
|
||||
initializeScheduler();
|
||||
appContext->pinR = pinR;
|
||||
appContext->pinG = pinG;
|
||||
appContext->pinB = pinB;
|
||||
|
||||
Reference in New Issue
Block a user