Browse Source
allow decimal for adcMultiplierOverride
pull/157/head
Sacha Weatherstone
2 years ago
Failed to extract signature
1 changed files with
3 additions and
0 deletions
-
src/components/PageComponents/Config/Power.tsx
|
|
|
@ -48,6 +48,9 @@ export const Power = (): JSX.Element => { |
|
|
|
name: "adcMultiplierOverride", |
|
|
|
label: "ADC Multiplier Override ratio", |
|
|
|
description: "Used for tweaking battery voltage reading", |
|
|
|
properties: { |
|
|
|
step: 0.01, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
type: "number", |
|
|
|
|