Browse Source
Merge pull request #1 from chrisdrackett/patch-1
Update Power.tsx
pull/187/head
Chris Drackett
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/components/PageComponents/Config/Power.tsx
|
|
@ -49,7 +49,7 @@ export const Power = (): JSX.Element => { |
|
|
label: "ADC Multiplier Override ratio", |
|
|
label: "ADC Multiplier Override ratio", |
|
|
description: "Used for tweaking battery voltage reading", |
|
|
description: "Used for tweaking battery voltage reading", |
|
|
properties: { |
|
|
properties: { |
|
|
step: 0.01, |
|
|
step: 0.0001, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|