Merge pull request #1606 from cesanta/mqtt-client

fixed TLS build comment
This commit is contained in:
Sergey Lyubka 2022-06-28 20:23:45 +01:00 committed by GitHub
commit cf38fdb720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,7 @@
// 4. Receives that message back from the subscribed topic and closes
// 5. Timer-based reconnection logic revives the connection when it is down
//
// To enable SSL/TLS for this client, build it like this:
// make MBEDTLS_DIR=/path/to/your/mbedtls/installation
// To enable SSL/TLS, make SSL=OPENSSL or make SSL=MBEDTLS
#include "mongoose.h"