Skip to content

Commit 6bbedb5

Browse files
committed
Cleanup LoRaWAN config file
1 parent 07ff22e commit 6bbedb5

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

docs/reference/configuration/lorawanconfig.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2 id="lorawan-configuration">LoRaWAN</h2>
1+
<h2 idd="lorawan-configuration">LoRaWAN</h2>
22

33
Various parameters for Mbed LoRaWAN stack can be configured via either C++ APIs or by using the Mbed configuration system.
44

@@ -140,25 +140,4 @@ For changing any of these parameters, edit the `mbed_app.json` file in the root
140140
### Using APIs from LoRaWANInterface
141141

142142
See the [API reference](../apis/lorawan.html) for information about how to use these APIs from the LoRaWANInterface.
143-
Value: 1 (set by library:lora)
144-
Name: lora.tx-max-size
145-
Description: Maximum outgoing buffer size
146-
Defined by: library:lora
147-
Value: 64 (set by library:lora)
148-
```
149-
150-
For changing any of these parameters, edit the `mbed_app.json` file in the root of your application. Prefix the parameter name with `lora.`, e.g., `lora.my-parameter: value`.
151143

152-
```json
153-
"target_overrides": {
154-
"*": {
155-
"lora.device-address": "0x12345678",
156-
"lora.over-the-air-activation": true,
157-
"lora.duty-cycle-on": true
158-
}
159-
}
160-
```
161-
162-
### Using APIs from LoRaWANInterface
163-
164-
See the [API reference](../apis/lorawan.html) for information about how to use these APIs from the LoRaWANInterface.

0 commit comments

Comments
 (0)