Log-Output Format fix
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user