Closed abhijitnathwani closed 4 years ago
The fix should be made in the following way:
const char* mqttConfigId = json_object_get_string(AdapterComponentConfig, PNP_CONFIG_ADAPTER_MQTT_SUPPORTED_CONFIG);
to:
const char* mqttConfigId = json_object_get_string(AdapterComponentConfig, PNP_CONFIG_ADAPTER_MQTT_IDENTITY);
Hi @dipannita08
I have added the changes as sugggested. For point 3 , re-targeting to Azure/iot-plug-and-play-bridge:master
I can't find this branch in the dropdown.
@abhijitnathwani I've taken care of the fix I recommended here.. You should be able to close this PR, and pull changes from master in a couple days.
Alright thanks @dipannita08
This PR fixes the issues in MQTT Adapter that were causing failure to build