increasing reboot delay to 5 seconds

pull/3/head
cTn 11 years ago
parent b8ce42d35d
commit 7948fb55bb

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

@ -142,7 +142,7 @@ GUI_control.prototype.tab_switch_cleanup = function(callback) {
CLI_active = false;
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;
default:

Loading…
Cancel
Save