Skip to content

Commit

Permalink
Update mqtt.server
Browse files Browse the repository at this point in the history
`iot.eclipse.org:1883` is not available anymore. The new server is `mqtt.eclipseprojects.io:1883` 
https://iot.eclipse.org/projects/sandboxes/
  • Loading branch information
nliviu committed Sep 13, 2021
1 parent da9ea3d commit c25b7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ modules_version: ${mos.version}
mongoose_os_version: ${mos.version}

config_schema:
- ["mqtt.server", "iot.eclipse.org:1883"]
- ["mqtt.server", "mqtt.eclipseprojects.io:1883"]
- ["i2c.enable", true]

tags:
Expand Down

0 comments on commit c25b7af

Please sign in to comment.