File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
We'd ❤️ to welcome your contribution. Please make sure your changes include:
4
4
5
5
1 . Examples: [ examples] ( examples )
6
- 2 . Syntax highlighting: [ keywords.txt] ( ../ keywords.txt)
6
+ 2 . Syntax highlighting: [ keywords.txt] ( keywords.txt )
7
7
3 . Documentation: [ docs] ( docs )
8
8
4 . Tests: [ test] ( test )
9
9
5 . Verification of the examples and tests: [ .travis.yml] ( .travis.yml )
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Returns `true` or `false` depending on whether the activation was successful.
115
115
116
116
Call the method with no arguments if the device's LoRa module comes with pre-flashed values.
117
117
118
- See the [ABP ](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/ABP/ABP .ino) example.
118
+ See the [SendABP ](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/SendABP/SendABP .ino) example.
119
119
120
120
## Method: `sendBytes`
121
121
@@ -138,7 +138,7 @@ Returns a success or error code and logs the related error message:
138
138
* ` TTN_SUCCESSFUL_RECEIVE ` : Successful transmission. Received \< N> bytes
139
139
* ` TTN_ERROR_UNEXPECTED_RESPONSE ` : Unexpected response: \< Response>
140
140
141
- See the [ Send ] ( https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/Send/Send .ino ) example.
141
+ See the [ SendOTAA ] ( https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/SendOTAA/SendOTAA .ino ) example.
142
142
143
143
## Method: ` poll `
144
144
@@ -217,4 +217,3 @@ Returns the voltage in millivolt (mV) measured by the RN2xxx LoRa module. It's f
217
217
``` c
218
218
uint16_t getVDD ();
219
219
```
220
-
You can’t perform that action at this time.
0 commit comments