Browse Source

Merge pull request #1 from chrisdrackett/patch-1

Update Power.tsx
pull/187/head
Chris Drackett 2 years ago
committed by GitHub
parent
commit
dde88fa20f
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