File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ The command line options with default values are shown in the following table.
3333| Default prefix route | --disable-default-prefix-route | Enabled |
3434| Default prefix slaac | --disable-default-prefix-slaac | Enabled |
3535| Backbone Interface | --backbone-interface | |
36- | MQTT Broker | --broker | mqtt.eclipse.org |
36+ | MQTT Broker | --broker | mqtt.eclipseprojects.io |
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ parse_args "$@"
121121[ -n " $PANID " ] || PANID=" 0xABCD"
122122[ -n " $XPANID " ] || XPANID=" DEAD00BEEF00CAFE"
123123[ -n " $CHANNEL " ] || CHANNEL=" 11"
124- [ -n " $BROKER_NAME " ] || BROKER_NAME=" mqtt.eclipse.org "
124+ [ -n " $BROKER_NAME " ] || BROKER_NAME=" mqtt.eclipseprojects.io "
125125
126126echo " RADIO_URL:" $RADIO_URL
127127echo " TUN_INTERFACE_NAME:" $TUN_INTERFACE_NAME
You can’t perform that action at this time.
0 commit comments