1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/emcute_mqttsn: make into native application more obvious

A complete newcomer to the application might not know, that they have to
run `make term` first.
This commit is contained in:
Martine Lenders 2019-05-07 15:11:22 +02:00
parent 5fda4f4b97
commit 36d7bfe6a7

View File

@ -67,8 +67,8 @@ single RIOT native instance, we can do the following:
sudo ip a a fec0:affe::1/64 dev tapbr0
```
3. Assign a site-global address with the same prefix to the RIOT `native`
instance:
3. Assign a site-global address with the same prefix within the RIOT `native`
instance (open first with `BOARD=native make term`):
```
ifconfig 5 add fec0:affe::99
```