From 54a40ab24f524f375262a975d4a261b9c110e707 Mon Sep 17 00:00:00 2001 From: Lubos Petrovic Date: Tue, 8 Dec 2020 07:47:12 +0100 Subject: [PATCH] sd card logs --- Board320_240.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; } }