diff --git a/Board320_240.cpp b/Board320_240.cpp index de8dcad..d06aa83 100644 --- a/Board320_240.cpp +++ b/Board320_240.cpp @@ -1272,6 +1272,8 @@ void Board320_240::mainLoop() { if (liveData->settings.debugScreen == 1 && displayScreen == SCREEN_DEBUG) { debugCommandIndex = (debugCommandIndex >= liveData->commandQueueCount) ? liveData->commandQueueLoopFrom : debugCommandIndex + 1; redrawScreen(); + // log every queue loop (temp) + liveData->params.sdcardCanNotify = true; } }