updated using elims/PsychicMqttClient
, but this has compile problems, due to ESP_IDF_VERSION_MAJOR
not being supported correctly.
Leaving this PR for now, as this is taking way too much…
Do you know of a lib that can parse the URL and return its components?
You could use
mqttString.startsWith("mqtts://")
to check for SSL, and if so you could set the SSL certificate…
Instead of adding a SSL switch and port number fields in the config, I'd like to use a URL field (e.g. mqtt://user:pass@host:port
or mqtts://user:pass@host:port`). Do you know of a lib that can…
Thanks for your PR! Very happy to see that you implemented it in the right locations and that you also updated the WebUI for it, good job!
I looked at it and I was wondering whether you…