You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that the client_id parameter can be used, should: mosq = mosquitto_new(clientid, true, &config);
be mosq = mosquitto_new(config.client_id, true, &config);
So that the client_id parameter can be used, should:
mosq = mosquitto_new(clientid, true, &config);
be
mosq = mosquitto_new(config.client_id, true, &config);
open-modbusgateway/src/main.c
Line 264 in a9b742e
The text was updated successfully, but these errors were encountered: