1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00

traffic tracking inside serial backend

This commit is contained in:
cTn 2014-01-27 01:48:34 +01:00
parent b0c4b1cf1b
commit c98bdd9f54
3 changed files with 16 additions and 20 deletions

View file

@ -129,11 +129,6 @@ $(document).ready(function() {
GUI.tab_switch_cleanup();
GUI.timeout_remove('connecting');
// remove listeners
serial.onReceive.listeners_.forEach(function(listener) {
serial.onReceive.removeListener(listener.callback);
});
serial.disconnect(onClosed);
GUI.connected_to = false;