sd card logs

This commit is contained in:
Lubos Petrovic
2020-12-08 07:47:12 +01:00
parent 0ff6f0e3f8
commit 54a40ab24f

View File

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