1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

increasing reboot delay to 5 seconds

This commit is contained in:
cTn 2013-11-10 19:06:06 +01:00
parent b8ce42d35d
commit 7948fb55bb
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
<span>11.10.2013 - 0.13</span> <span>11.10.2013 - 0.13</span>
<p> <p>
- Disabling Servos tab until all bugs are ironed out<br /> - Disabling Servos tab until all bugs are ironed out<br />
- Bugfixes<br />
</p> </p>
<span>11.09.2013 - 0.12</span> <span>11.09.2013 - 0.12</span>
<p> <p>

View file

@ -142,7 +142,7 @@ GUI_control.prototype.tab_switch_cleanup = function(callback) {
CLI_active = false; CLI_active = false;
if (callback) callback(); if (callback) callback();
}, 3000); }, 5000); // if we dont allow enough time to reboot, CRC of "first" command sent will fail, keep an eye for this one
}); });
break; break;
default: default: