diff --git a/examples/LoRaWAN/RadioLib_OTAA/RadioLib_OTAA.ino b/examples/LoRaWAN/RadioLib_OTAA/RadioLib_OTAA.ino index ac1c7eb..dbdb05d 100644 --- a/examples/LoRaWAN/RadioLib_OTAA/RadioLib_OTAA.ino +++ b/examples/LoRaWAN/RadioLib_OTAA/RadioLib_OTAA.ino @@ -323,7 +323,7 @@ void setup() Serial.print(F("Boots since unsuccessful join: ")); // Serial.println(bootCountSinceUnsuccessfulJoin); Serial.print(F("Retrying join in ")); - Serial.print(sleepForSeconds); + Serial.print(sleepForSeconds / 1000); Serial.println(F(" seconds")); delay(sleepForSeconds);