remove old stuff that causes a crash

This commit is contained in:
2022-12-27 13:10:20 +01:00
parent 7746831ee9
commit a09cfe9b04
+1 -1
View File
@@ -188,7 +188,7 @@ void callbackControllerAction() {
else if (gamepad->data.button.cross)
main_m->no();
else if (gamepad->data.button.select)
debugMqtt->sendMsg(Loglevel::info, "Here we are: callbackController..");
std::cout << "main.cpp callbackControllerAction - Here we are!" << std::endl;
isDelayReached(true);
}