From ce9905a4051a6a2b5805c9d20fe3c7452fc54b97 Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Sun, 14 Jan 2024 18:13:14 +0100 Subject: [PATCH] Aktualizace na Trace v 0.0.6 --- src/ThreadedGSM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ThreadedGSM.cpp b/src/ThreadedGSM.cpp index 547a1a0..5a9e9b2 100644 --- a/src/ThreadedGSM.cpp +++ b/src/ThreadedGSM.cpp @@ -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(); }