diff --git a/changelog.html b/changelog.html index aa03cbf4..25d90423 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 2b015bea..a67d5f37 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: