Browse Source

Update Power.tsx

update precision on ADC input
pull/187/head^2
Chris Drackett 2 years ago
committed by GitHub
parent
commit
d8bd6881c7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/components/PageComponents/Config/Power.tsx

2
src/components/PageComponents/Config/Power.tsx

@ -49,7 +49,7 @@ export const Power = (): JSX.Element => {
label: "ADC Multiplier Override ratio",
description: "Used for tweaking battery voltage reading",
properties: {
step: 0.01,
step: 0.0001,
},
},
{

Loading…
Cancel
Save