Niels Balemans
/
PGO6_VoteController_Niels_Balemans_
vote controller
Fork of PGO6_VoteController_template by
Revision 4:836cd4df41ba, committed 2018-10-11
- Comitter:
- niels_balemans
- Date:
- Thu Oct 11 16:08:43 2018 +0000
- Parent:
- 3:062b94b59b1b
- Commit message:
- vote controller
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 062b94b59b1b -r 836cd4df41ba main.cpp --- 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);