mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
BFF3, fix ibat_scale reset default problem.
This commit is contained in:
parent
2ab44c9384
commit
2cc05e0ade
1 changed files with 1 additions and 3 deletions
|
@ -38,8 +38,6 @@
|
|||
|
||||
void targetConfiguration(master_t *config)
|
||||
{
|
||||
UNUSED(config);
|
||||
|
||||
batteryConfig->currentMeterScale = 220;
|
||||
config->batteryConfig.currentMeterScale = 220;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue