-
Notifications
You must be signed in to change notification settings - Fork 641
Hygiene changes in demo configuration #1136
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
Hygiene changes in demo configuration #1136
Conversation
Codecov Report
@@ Coverage Diff @@
## development #1136 +/- ##
===============================================
+ Coverage 96.54% 98.85% +2.30%
===============================================
Files 9 4 -5
Lines 5643 1309 -4334
Branches 641 393 -248
===============================================
- Hits 5448 1294 -4154
+ Misses 9 0 -9
+ Partials 186 15 -171
Continue to review full report at Codecov.
|
/** | ||
* @brief Length of path to server certificate. | ||
*/ | ||
#define ROOT_CA_CERT_PATH_LENGTH ( ( uint16_t ) ( sizeof( ROOT_CA_CERT_PATH ) - 1 ) ) |
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.
I assume this is an unused macro
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.
Yes, it is unused
Hygiene changes as follow-up of #1128
localhost
default definition ofBROKER_ENDPOINT
to avoid developer inconvencience of understanding demo failure when they don't have local Mosquitto broker setupBy submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.