1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Change current scale BFF3

This commit is contained in:
borisbstyle 2017-02-20 12:00:40 +01:00
parent a66be14dcb
commit 906e240c13

View file

@ -40,6 +40,6 @@ void targetConfiguration(master_t *config)
{
UNUSED(config);
batteryConfig->currentMeterScale = 235;
batteryConfig->currentMeterScale = 220;
}
#endif