diff --git a/src/TaskModem.cpp b/src/TaskModem.cpp index 93dc533..50b9035 100644 --- a/src/TaskModem.cpp +++ b/src/TaskModem.cpp @@ -54,6 +54,7 @@ bool ModemTask::loop(System &system) { if (!_toModem.empty()) { std::shared_ptr msg = _toModem.getElement(); + logPrintD("[" + timeString() + "] "); if (system.getUserConfig()->lora.txok) { logPrintD("Transmitting packet '"); logPrintD(msg->toString());