CF/BF - Disable ESC Sensor and virtual current meter sources for OSD Slave boards.

10.3.x-maintenance
Hydra 2017-04-09 21:16:34 +01:00 committed by mikeller
parent c2850e4323
commit 400ccf8752
1 changed files with 4 additions and 0 deletions

View File

@ -192,6 +192,10 @@ TABS.power.initialize = function (callback) {
'None',
'Onboard ADC',
];
if (haveFc) {
batteryMeterTypes.push('ESC Sensor');
}
if (haveFc) {
batteryMeterTypes.push('ESC Sensor');