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:
parent
35adb962fb
commit
0ed67a752b
4 changed files with 0 additions and 42 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue