diff --git a/Platformio/src/commandHandler.cpp b/Platformio/src/commandHandler.cpp index a758601..148364f 100644 --- a/Platformio/src/commandHandler.cpp +++ b/Platformio/src/commandHandler.cpp @@ -156,6 +156,7 @@ void executeCommandWithData(std::string command, commandData commandData, std::s executeCommand(KEYBOARD_HOME); delay(500); executeCommand(KEYBOARD_HOME); + currentScene = SCENE_FIRETV; allDevsPowered = 1;