We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab9324 commit 460b21dCopy full SHA for 460b21d
templates/glass3.html
@@ -315,6 +315,7 @@ <h3 class="card-title"><span id=airspeed>?</span></h3>
315
$("#vertical-speed").text(vertical_speed);
316
$("#airspeed").text(airspeed);
317
$('#autopilot-master').prop('checked', autopilot_master);
318
+ console.log autopilot_master;
319
320
$("#fuel-percentage").text(fuel_percentage);
321
$("#fuel-percentage-bar").css("width", fuel_percentage+"%");
0 commit comments