Skip to content

Commit 887ded5

Browse files
authored
Merge pull request #10 from mchevroulet/patch-1
getBattery returns mV and not "micro voltage"
2 parents 7226d51 + 661a5a1 commit 887ded5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TheThingsNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ When disabled, the [`loop()`](#method-loop) method will delay 100ms until an int
455455
> When the Node goes into sleep, the Serial Monitor will loose its connection. The Node will try to reopen the connection when it wakes up, but Serial Monitor might not always be able to pick it up.
456456
457457
## Method: getBattery
458-
Returns the battery level in micro voltage as a unsigned integer of 2 bytes.
458+
Returns the battery level in millivolt (mV) as a unsigned integer of 2 bytes.
459459
460460
```c
461461
uint16_t getBattery();

0 commit comments

Comments
 (0)