Skip to content

Commit

Permalink
Fix formula (#486)
Browse files Browse the repository at this point in the history
* Fix formula

* Revision

* According to code

* Refactor formula
  • Loading branch information
haslinghuis authored Dec 1, 2024
1 parent ad54098 commit 3d8520c
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}}
\text{Current[A] = } \frac{\text{ADC[mV]} \cdot 10}{\text{amperage\_meter\_scale}} + \frac{\text{amperage\_meter\_offset}}{1000}
$$

### Scale
Expand Down

0 comments on commit 3d8520c

Please sign in to comment.