We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a4b45 commit a53686aCopy full SHA for a53686a
Firmware/RTK_Everywhere/menuPP.ino
@@ -1445,7 +1445,7 @@ void updateProvisioning()
1445
provisioningSetState(PROVISIONING_WAIT_ATTEMPT);
1446
}
1447
break;
1448
- case PROVISIONING_WAIT_ATTEMPT:
+ case PROVISIONING_WAIT_ATTEMPT: // We may still not have RTC... Or RTC may come online _during_ this state.
1449
{
1450
if (settings.requestKeyUpdate)
1451
provisioningSetState(PROVISIONING_CHECK_REMAINING);
0 commit comments