Skip to content

Commit a53686a

Browse files
committed
Update menuPP.ino
1 parent 09a4b45 commit a53686a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/menuPP.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ void updateProvisioning()
14451445
provisioningSetState(PROVISIONING_WAIT_ATTEMPT);
14461446
}
14471447
break;
1448-
case PROVISIONING_WAIT_ATTEMPT:
1448+
case PROVISIONING_WAIT_ATTEMPT: // We may still not have RTC... Or RTC may come online _during_ this state.
14491449
{
14501450
if (settings.requestKeyUpdate)
14511451
provisioningSetState(PROVISIONING_CHECK_REMAINING);

0 commit comments

Comments
 (0)