mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Change current scale BFF3
This commit is contained in:
parent
a66be14dcb
commit
906e240c13
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ void targetConfiguration(master_t *config)
|
||||||
{
|
{
|
||||||
UNUSED(config);
|
UNUSED(config);
|
||||||
|
|
||||||
batteryConfig->currentMeterScale = 235;
|
batteryConfig->currentMeterScale = 220;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue