diff --git a/src/main.cpp b/src/main.cpp index cf41254..9208009 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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); }