CF/BF - Disable ESC Sensor and virtual current meter sources for OSD Slave boards.
parent
c2850e4323
commit
400ccf8752
|
@ -192,6 +192,10 @@ TABS.power.initialize = function (callback) {
|
|||
'None',
|
||||
'Onboard ADC',
|
||||
];
|
||||
|
||||
if (haveFc) {
|
||||
batteryMeterTypes.push('ESC Sensor');
|
||||
}
|
||||
|
||||
if (haveFc) {
|
||||
batteryMeterTypes.push('ESC Sensor');
|
||||
|
|
Loading…
Reference in New Issue