mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-14 03:49:58 +03:00
Update Docs to correct LC VBAT scale
This commit is contained in:
parent
7c9d3a6058
commit
0e92194239
2 changed files with 3 additions and 3 deletions
|
@ -384,7 +384,7 @@ static int logicConditionGetFlightOperandValue(int operand) {
|
|||
return constrain(getRSSI() * 100 / RSSI_MAX_VALUE, 0, 99);
|
||||
break;
|
||||
|
||||
case LOGIC_CONDITION_OPERAND_FLIGHT_VBAT: // V / 10
|
||||
case LOGIC_CONDITION_OPERAND_FLIGHT_VBAT: // V / 100
|
||||
return getBatteryVoltage();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue