Aktualizace na Trace v 0.0.6

This commit is contained in:
Pavel Brychta 2024-01-14 18:13:14 +01:00
parent b8199d7e35
commit ce9905a405
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ void ThreadedGSM::CheckRing()
}
}
if (dump) {
TRACE(TRACE_DEBUG, F("Gsm: %s"), buffer.c_str());
TRACE(TRACE_DEBUG, "Gsm: %s", buffer.c_str());
}
mDte.clearBuffer();
}