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

Including fixes from wanderzell

• fixes small css bug with tooltip icons
• fixes sensor icons nit showing up when connecting Naze32 Acro rev6
and Sparky1.1
This commit is contained in:
skaman82 2015-11-12 09:56:03 +01:00
parent 3185721c64
commit 990fd26eb9
3 changed files with 5 additions and 7 deletions

View file

@ -257,14 +257,14 @@ function onConnect() {
$('#tabs ul.mode-disconnected').hide();
$('#tabs ul.mode-connected').show();
if ("CLFL" == CONFIG.flightControllerIdentifier){
// if ("CLFL" == CONFIG.flightControllerIdentifier){
// not sure why this check was needed? disabling it to show sensors for all.
var sensor_state = $('#sensor-status');
sensor_state.show();
var port_picker = $('#portsinput');
port_picker.hide();
}
//}
}
function onClosed(result) {