Skip to content

Commit b6a9822

Browse files
authored
Merge pull request #22 from mcci-catena/TMM-issue21
Fix typos in docs
2 parents 551b769 + 058b37f commit b6a9822

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

catena4450m101_sensor/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ Make sure your device is still connected to the Arduino IDE, and make sure the s
284284

285285
Enter the following commands in the serial monitor, substituting your _`DevEUI`_, _`AppEUI`_, and _`AppKey`_, one at a time.
286286

287-
`lorawan configure deveui` _`DevEUI`_
288-
`lorawan configure appeui` _`AppEUI`_
289-
`lorawan configure appkey` _`AppKey`_
290-
`lorawan configure join 1`
287+
<code>lorawan configure deveui <em>DevEUI</em><br/>
288+
lorawan configure appeui <em>AppEUI</em><br/>
289+
lorawan configure appkey <em>AppKey</em><br/>
290+
lorawan configure join 1</code>
291291

292292
After each command you will see an `OK`.
293293

@@ -310,7 +310,7 @@ You need to enter a number of commands:
310310

311311
```
312312
lorawan configure appskey 0
313-
lorawan configure netskey 0
313+
lorawan configure nwkskey 0
314314
lorawan configure fcntdown 0
315315
lorawan configure fcntup 0
316316
lorawan configure devaddr 0

0 commit comments

Comments
 (0)