Skip to content

Commit

Permalink
According to code
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Nov 23, 2024
1 parent b84656b commit b366efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/configurator/power-tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Multiplier: 1 = this is to fine-tune the outcome of the calculation, a value of
Settings for the amperage meter to measure the current draw correctly, using this formula:

$$
Current(Amps) = \frac{ADC (mV)}{amperage\_meter\_scale \times 10} + \frac{amperage\_meter\_offset}{1000}
Current(Amps) = (\frac{ADC (mV) * 10000}{amperage\_meter\_scale} + amperage\_meter\_offset) / 1000
$$

### Scale
Expand Down

0 comments on commit b366efe

Please sign in to comment.