1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

examples/emcute: fix typo in README

This commit is contained in:
Hauke Petersen 2019-08-02 09:30:11 +02:00
parent 514d771064
commit e61e6a6cb4

View File

@ -101,7 +101,7 @@ That's it, happy publishing!
### I can't connect multiple RIOT nodes to a broker, what can I do?
Each node that connects to the broker must have a unique node ID string set. Per
default, this example sets this statically ID to `getrud`. If you want to
default, this example sets this statically ID to `gertrud`. If you want to
connect more than one node to the broker, you need to set a custom ID for each
node during compile time. Simply use the `EMCUTE_ID` environment variable for
this, e.g. build with `EMCUTE_ID=horst make all`.