Skip to content

Commit

Permalink
Update commandline.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Spooks4576 committed Mar 22, 2024
1 parent 6af74e5 commit aa0e898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/commandline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,9 @@ void CommandLine::runCommand(String input)
}

DIALClient* dial = new DIALClient(Value.c_str(), SSID.c_str(), Password.c_str(), controller);
#ifdef OLD_LED
rgbmodule->setColor(LOW, HIGH, LOW);
#endif
dial->Execute();
delete dial;
delete controller;
Expand Down

0 comments on commit aa0e898

Please sign in to comment.