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 b992500 commit aa4267aCopy full SHA for aa4267a
Firmware/RTK_Surveyor/menuFirmware.ino
@@ -576,8 +576,7 @@ void otaUpdate()
576
{
577
systemPrintln("Installing new firmware");
578
ota.SetCallback(otaPullCallback);
579
- if (enableRCFirmware == false)
580
- ota.CheckForOTAUpdate(url, versionString); // Install new firmware, no reset
+ ota.CheckForOTAUpdate(url, versionString); // Install new firmware, no reset
581
582
if (apConfigFirmwareUpdateInProcess)
583
0 commit comments