mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Battery Config PG version update - Fix for #7255
PR #7255 updated the batteryConfig_t structure but missed the PG version change.
This commit is contained in:
parent
4778ad6c0f
commit
35318b93dd
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ static batteryState_e consumptionState;
|
||||||
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_NONE
|
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_NONE
|
||||||
#endif
|
#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,
|
PG_RESET_TEMPLATE(batteryConfig_t, batteryConfig,
|
||||||
// voltage
|
// voltage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue