Niels Balemans
/
PGO6_VoteController_Niels_Balemans_
vote controller
Fork of PGO6_VoteController_template by
Diff: main.cpp
- Revision:
- 4:836cd4df41ba
- Parent:
- 3:062b94b59b1b
--- a/main.cpp Thu Oct 11 16:06:17 2018 +0000 +++ b/main.cpp Thu Oct 11 16:08:43 2018 +0000 @@ -73,7 +73,7 @@ MQTTPacket_connectData data = MQTTPacket_connectData_initializer; data.MQTTVersion = MQTT_VERSION; - data.clientID.cstring = "BIEEEER"; + data.clientID.cstring = "niels"; data.username.cstring = "niels"; data.password.cstring = "niels"; rc = client.connect(data);