Skip to content

Commit

Permalink
anavi-light-controller-sw.ino: MQTT broker URL
Browse files Browse the repository at this point in the history
Update MQTT broker URL according to:
https://mqtt.eclipse.org/

Signed-off-by: Leon Anavi <[email protected]>
  • Loading branch information
leon-anavi committed Jan 26, 2020
1 parent eeaf5f2 commit 03503f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anavi-light-controller-sw/anavi-light-controller-sw.ino
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ float sensorHumidity = 0;
uint16_t sensorAmbientLight = 0;

//define your default values here, if there are different values in config.json, they are overwritten.
char mqtt_server[40] = "iot.eclipse.org";
char mqtt_server[40] = "mqtt.eclipse.org";
char mqtt_port[6] = "1883";
char workgroup[32] = "workgroup";
// MQTT username and password
Expand Down

0 comments on commit 03503f0

Please sign in to comment.