Log-Output Format fix
This commit is contained in:
@@ -122,7 +122,7 @@ void setup()
|
||||
#ifdef FEATURE_ENABLE_LORA
|
||||
if (InitLoRa(&setMPins_Helper))
|
||||
{
|
||||
Serial.printf("Initialized LoRa_Transceiver");
|
||||
Serial.print("Initialized LoRa_Transceiver\n");
|
||||
tmrStatusSender.start();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user