Skip to content

Commit

Permalink
Merge pull request #22 from mcci-catena/TMM-issue21
Browse files Browse the repository at this point in the history
Fix typos in docs
  • Loading branch information
terrillmoore authored Mar 6, 2018
2 parents 551b769 + 058b37f commit b6a9822
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions catena4450m101_sensor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@ Make sure your device is still connected to the Arduino IDE, and make sure the s

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

`lorawan configure deveui` _`DevEUI`_
`lorawan configure appeui` _`AppEUI`_
`lorawan configure appkey` _`AppKey`_
`lorawan configure join 1`
<code>lorawan configure deveui <em>DevEUI</em><br/>
lorawan configure appeui <em>AppEUI</em><br/>
lorawan configure appkey <em>AppKey</em><br/>
lorawan configure join 1</code>

After each command you will see an `OK`.

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

```
lorawan configure appskey 0
lorawan configure netskey 0
lorawan configure nwkskey 0
lorawan configure fcntdown 0
lorawan configure fcntup 0
lorawan configure devaddr 0
Expand Down

0 comments on commit b6a9822

Please sign in to comment.