Merge pull request #7332 from etracer65/battery_pg_version_update
Battery Config PG version update - Fix for #7255
This commit is contained in:
commit
3802553a31
|
@ -90,7 +90,7 @@ static batteryState_e consumptionState;
|
|||
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_NONE
|
||||
#endif
|
||||
|
||||
PG_REGISTER_WITH_RESET_TEMPLATE(batteryConfig_t, batteryConfig, PG_BATTERY_CONFIG, 2);
|
||||
PG_REGISTER_WITH_RESET_TEMPLATE(batteryConfig_t, batteryConfig, PG_BATTERY_CONFIG, 3);
|
||||
|
||||
PG_RESET_TEMPLATE(batteryConfig_t, batteryConfig,
|
||||
// voltage
|
||||
|
|
Loading…
Reference in New Issue