Skip to content

Commit 4a0653f

Browse files
committed
Update Multitech Conduit instructions.
1 parent d1218f3 commit 4a0653f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/install/gateway/multitech.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ $ opkg update
102102

103103
2. Download the latest `lora-gateway-bridge` `.ipk` package from:
104104
[https://artifacts.loraserver.io/vendor/multitech/conduit/](https://artifacts.loraserver.io/vendor/multitech/conduit/).
105-
Example (assuming you want to install `lora-gateway-bridge_2.4.0-r1.0_arm926ejste.ipk`):
105+
Example (assuming you want to install `lora-gateway-bridge_2.5.0-r1.1_arm926ejste.ipk`):
106106
```bash
107-
$ wget https://artifacts.loraserver.io/vendor/multitech/conduit/lora-gateway-bridge_2.4.0-r1.0_arm926ejste.ipk
107+
$ wget https://artifacts.loraserver.io/vendor/multitech/conduit/lora-gateway-bridge_2.5.0-r1.1_arm926ejste.ipk
108108
```
109109

110110
3. Now this `.ipk` package is stored on the Conduit, you can install it
111111
using the `opkg` package-manager utility. Example (assuming the same
112112
`.ipk` file):
113113
```bash
114-
$ opkg install lora-gateway-bridge_2.4.0-r1.0_arm926ejste.ipk
114+
$ opkg install lora-gateway-bridge_2.5.0-r1.1_arm926ejste.ipk
115115
```
116116

117117
4. Update the MQTT connection details so that LoRa Gateway Bridge is able to

0 commit comments

Comments
 (0)