-
Notifications
You must be signed in to change notification settings - Fork 22
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
Compile error with TLS support #42
Comments
Hi there Phil has passed away ~ 1year ago, you can checkout the stable H4AsyncMQTT, use my fork, a complete PlatformIO environment for H4Plugins is available. You might check dependencies under platformio.ini. |
You could also check out https://github.com/bertmelis/espMqttClient |
I've, I'm more satisfied with Phil's design for which is now reliable, and
does support TLS.
Per MQTT, MQTT 5.0 is under development.
…On Sun, Jul 9, 2023, 13:19 Proddy ***@***.***> wrote:
You could also check out https://github.com/bertmelis/espMqttClient
—
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3O7J3TRMTOIOE4VZ4TLQLXPKAUDANCNFSM5SXCIG5Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hey all, MQTT 5.0 is available there in H4AsyncMQTT. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
get a problem compiling with TLS support and get this error:
.pio/libdeps/d1_mini/ESPAsyncTCP/src/tcp_axtls.h:44:25: fatal error: include/ssl.h: No such file or directory
I think a prerequisite is missing. What can I do? What is missing?
The text was updated successfully, but these errors were encountered: