Skip to content

Commit b7070c6

Browse files
authored
CHIRPSTACK Update config to IOT lora
1 parent eaa94e2 commit b7070c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ember/hotspot-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ You can ignore the default **TTN** servers.
122122
:::
123123

124124
```
125-
/lora servers add address=192.168.16.1 down-port=1700 name=ember-cloud up-port=1700
126-
/lora set 0 antenna=uFL disabled=no name=gateway-0 network=private servers=ember-cloud
125+
/iot lora servers add address=192.168.16.1 down-port=1700 name=ember-cloud up-port=1700 protocol=UDP
126+
/iot lora set 0 antenna=uFL disabled=no name=gateway-0 network=private servers=ember-cloud
127127
```
128128

129129
:::caution
@@ -139,13 +139,13 @@ In case you do not use the **EMBER Cloud** service, you have to use your **LoRaW
139139
* Add the **Datacake** server to the server list by running the following command on **RouterOS**
140140

141141
```
142-
/lora servers add address=eu1.datacake-lns.com up-port=1700 name=datacake down-port=1700
142+
/iot lora servers add address=eu1.datacake-lns.com up-port=1700 name=datacake down-port=1700 protocol=UDP
143143
```
144144

145145
* Assign the **Datacake** server to the **LoRa** device
146146

147147
```
148-
/lora set 0 servers=datacake
148+
/iot lora set 0 servers=datacake
149149
```
150150

151151
* Add the gateway by providing the following details:

0 commit comments

Comments
 (0)