This commit is contained in:
Jonathan Redpath 2017-10-31 12:33:24 +00:00
parent d253c02f5d
commit fba8e3d909

View file

@ -1151,7 +1151,7 @@ var canvas_lowerECAM_elec = {
return m; return m;
}, },
getKeys: func() { getKeys: func() {
return ["TAT","SAT","GW","BAT1volts","BAT1amps","BAT1v","BAT1a","BAT1off"]; return ["TAT","SAT","GW","BAT1volts","BAT1amps","BAT1v","BAT1a","BAT1off","BAT2volts","BAT2amps","BAT2v","BAT2a","BAT2off"];
}, },
update: func() { update: func() {
if (getprop("/controls/electrical/switches/battery1") == 0) { if (getprop("/controls/electrical/switches/battery1") == 0) {