From 7948fb55bb139cbff5fb7c8c2e55e7732f5bb49f Mon Sep 17 00:00:00 2001 From: cTn Date: Sun, 10 Nov 2013 19:06:06 +0100 Subject: [PATCH] increasing reboot delay to 5 seconds --- changelog.html | 1 + js/gui.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index aa03cbf435..25d904232b 100644 --- a/changelog.html +++ b/changelog.html @@ -1,6 +1,7 @@ 11.10.2013 - 0.13

- Disabling Servos tab until all bugs are ironed out
+ - Bugfixes

11.09.2013 - 0.12

diff --git a/js/gui.js b/js/gui.js index 2b015beaee..a67d5f37b7 100644 --- a/js/gui.js +++ b/js/gui.js @@ -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: