1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 21:05:28 +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,7 +73,6 @@ $(document).ready(function () {
// Reset various UI elements // Reset various UI elements
$('span.i2c-error').text(0); $('span.i2c-error').text(0);
$('span.cycle-time').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 // unlock port select & baud