Hi all
I have a question, I use a simple basic voltage divider, two resistors 10K and 30K, 3S battery
from the code
flightBatteryData.Voltage = (PIOS_ADC_PinGetVolt(voltageADCPin) - batterySettings.SensorCalibrations.VoltageZero) * batterySettings.SensorCalibrations.VoltageFactor; // in Volts
So in the GCS
does it means the VoltageFactor=4 ? thanks