1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

major port handler rework

This commit is contained in:
cTn 2014-02-21 21:12:19 +01:00
parent 801ed36fd7
commit 38d6a80ae2
3 changed files with 115 additions and 108 deletions

View file

@ -22,7 +22,7 @@ $(document).ready(function() {
serial.connect(selected_port, {bitrate: selected_baud}, onOpen);
} else {
// Disable any active "data pulling" timer
GUI.interval_kill_all(['port_handler']);
GUI.interval_kill_all();
GUI.tab_switch_cleanup();
GUI.timeout_remove('connecting');