-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated C samples to use MQTT by default #3
Conversation
#ifdef USE_HTTP | ||
#include "iothubtransporthttp.h" | ||
#endif | ||
#ifdef USE_AMQP | ||
#include "iothubtransportamqp.h" | ||
#endif | ||
#ifdef USE_MQTT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
USE_HTTP is set in CMAKELIST and you need to change it to USE_MQTT if you want protocols to default to MQTT.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please review my comment.
Closing this pull request. I will provide a new one to add Priyanka's comments. |
Build fixes and minor bug fix for twin reported property type
No description provided.