Log-Output Format fix

This commit is contained in:
Marcel Peterkau 2023-04-17 22:27:01 +02:00
parent ea230bcee7
commit a899cf4dcf

View File

@ -122,7 +122,7 @@ void setup()
#ifdef FEATURE_ENABLE_LORA #ifdef FEATURE_ENABLE_LORA
if (InitLoRa(&setMPins_Helper)) if (InitLoRa(&setMPins_Helper))
{ {
Serial.printf("Initialized LoRa_Transceiver"); Serial.print("Initialized LoRa_Transceiver\n");
tmrStatusSender.start(); tmrStatusSender.start();
} }
else else