Fixed a millisec to sec conversion in a serial print
This commit is contained in:
parent
8f6afba4ef
commit
9dffd4ee8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue