Skip to content

Commit 02a6332

Browse files
committed
Remove dangling if statement in menuFirmware
Fix #602
1 parent dba55c9 commit 02a6332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Firmware/RTK_Surveyor/menuFirmware.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@ void otaUpdate()
569569
{
570570
systemPrintln("Installing new firmware");
571571
ota.SetCallback(otaPullCallback);
572-
if (enableRCFirmware == false)
573572
ota.CheckForOTAUpdate(url, versionString); // Install new firmware, no reset
574573

575574
if (apConfigFirmwareUpdateInProcess)

0 commit comments

Comments
 (0)