unique mqtt user

This commit is contained in:
damage 2024-02-01 20:51:01 +01:00
parent ada95d1d9c
commit b3d99fd94b

View File

@ -126,7 +126,7 @@ int main()
} }
// mqtt // mqtt
mqtt = connectMqtt(MQTT_USER, MQTT_PASS, onMessage); mqtt = connectMqtt(MQTT_USER1, MQTT_PASS, onMessage);
if (mqtt == NULL) if (mqtt == NULL)
{ {
exit(EXIT_FAILURE); exit(EXIT_FAILURE);