Skip to content

Commit 8dfc171

Browse files
committed
Cosmetic
1 parent 939b983 commit 8dfc171

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
@@ -81,7 +81,7 @@ void sleep() {
8181
}
8282
```
8383

84-
Pay attention, this internal sleep method of the library does not put the Lora module (RN2483) into sleep mode and thus your node may consume 3mA even in sleep mode. You need to manually set the lora module to sleep and wake.
84+
Pay attention, this internal sleep method of the library does not put the LoRa module (RN2483 or RN2903) into sleep mode and thus your node may consume 3mA even in sleep mode. You need to manually set the LoRa module to sleep and wake.
8585
Check the example [BatteryMonitorLPP](../examples/BatteryMonitorLPP/)
8686

8787
## Interval

0 commit comments

Comments
 (0)