mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/asymcute_mqttsn: fix target name
Target name is `mosquitto_rsmb` and not `rsmb`.
This commit is contained in:
parent
0230c2cac1
commit
4e83e18dc8
@ -7,9 +7,9 @@ of topics, and publishing of data.
|
||||
## Setup
|
||||
For this application to do anything useful, a running MQTT-SN gateway is needed.
|
||||
If you don't have access to one, RIOT provides a simple way to start one locally
|
||||
by providing a dedicated `rsmb` make target, type:
|
||||
by providing a dedicated `mosquitto_rsmb` make target, type:
|
||||
```
|
||||
make rsmb
|
||||
make mosquitto_rsmb
|
||||
```
|
||||
|
||||
This will download, build, and run the Eclipse Mosquitto.rsmb 'Really Small
|
||||
|
Loading…
Reference in New Issue
Block a user