mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Bugfix for hanging 'disconnect' button
This commit is contained in:
parent
1e7c0597a5
commit
bc3e025a98
1 changed files with 1 additions and 2 deletions
|
@ -73,8 +73,7 @@ $(document).ready(function () {
|
|||
// Reset various UI elements
|
||||
$('span.i2c-error').text(0);
|
||||
$('span.cycle-time').text(0);
|
||||
if (semver.gte(CONFIG.flightControllerVersion, "1.2.0"))
|
||||
$('span.cpu-load').text('');
|
||||
$('span.cpu-load').text('');
|
||||
|
||||
// unlock port select & baud
|
||||
$('div#port-picker #port').prop('disabled', false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue