[LoRaWAN] Fix example output
This commit is contained in:
parent
57721646df
commit
bc1ab86f1e
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ void loop() {
|
|||
if(node.getMacDeviceTimeAns(&networkTime, &fracSecond, true) == RADIOLIB_ERR_NONE) {
|
||||
Serial.print(F("[LoRaWAN] DeviceTime Unix:\t"));
|
||||
Serial.println(networkTime);
|
||||
Serial.print(F("[LoRaWAN] LinkCheck second:\t1/"));
|
||||
Serial.print(F("[LoRaWAN] DeviceTime second:\t1/"));
|
||||
Serial.println(fracSecond);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue