Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/TheThingsNetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ TheThingsNetwork ttn(Stream& modemStream, Stream& debugStream, fp_ttn_t fp, uint
Performs a software reset of the RN module. This does not clear saved state, e.g. provisioned keys.

```c
void showStatus();
void reset(bool adr);
```

- `bool adr`: Enable/disable Adaptive Data Rate.

## Method: `getHardwareEui`

Gets the unique hardware EUI, often used as the DevEUI.
Expand Down Expand Up @@ -57,7 +59,6 @@ EUI: 0004A30B001B7AD2
Battery: 3223
AppEUI: 70B3D57EF000001C
DevEUI: 0004A30B001B7AD2
Band: 868
Data Rate: 5
RX Delay 1: 1000
RX Delay 2: 2000
Expand Down