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

port usage removed as not giving any useful data

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-01-22 21:33:35 +01:00
parent 35adb962fb
commit 0ed67a752b
4 changed files with 0 additions and 42 deletions

View file

@ -131,7 +131,6 @@ $(document).ready(function () {
serial.disconnect(onClosed);
MSP.disconnect_cleanup();
PortUsage.reset();
// Reset various UI elements
$('span.i2c-error').text(0);
@ -204,7 +203,6 @@ $(document).ready(function () {
});
PortHandler.initialize();
PortUsage.initialize();
});
function onOpen(openInfo) {