1
0
Fork 0
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:
Konstantin (DigitalEntity) Sharlaimov 2016-07-23 07:22:16 +03:00
parent 1e7c0597a5
commit bc3e025a98

View file

@ -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);