mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Add timestamp.
This commit is contained in:
parent
f6951e7ccb
commit
85746dfd3f
|
|
@ -54,6 +54,7 @@ bool ModemTask::loop(System &system) {
|
||||||
|
|
||||||
if (!_toModem.empty()) {
|
if (!_toModem.empty()) {
|
||||||
std::shared_ptr<APRSMessage> msg = _toModem.getElement();
|
std::shared_ptr<APRSMessage> msg = _toModem.getElement();
|
||||||
|
logPrintD("[" + timeString() + "] ");
|
||||||
if (system.getUserConfig()->lora.txok) {
|
if (system.getUserConfig()->lora.txok) {
|
||||||
logPrintD("Transmitting packet '");
|
logPrintD("Transmitting packet '");
|
||||||
logPrintD(msg->toString());
|
logPrintD(msg->toString());
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue