Skip to content

Commit 81a6bbf

Browse files
authored
set the correct code under the method "reset"
1 parent c3d8a2a commit 81a6bbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/TheThingsNetwork.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ TheThingsNetwork ttn(Stream& modemStream, Stream& debugStream, fp_ttn_t fp, uint
2323
Performs a software reset of the RN module. This does not clear saved state, e.g. provisioned keys.
2424
2525
```c
26-
void showStatus();
26+
void reset(bool adr);
2727
```
2828

29+
- `bool adr`: Enable/disable Adaptive Data Rate.
30+
2931
## Method: `getHardwareEui`
3032

3133
Gets the unique hardware EUI, often used as the DevEUI.

0 commit comments

Comments
 (0)