Replies: 2 comments 2 replies
-
What does your configuration of the MQTT Settings look like? The MQTT Client only gets configured if the MQTT server and port are set. The Pubsub client library is not needed anymore, since 0.7.0 we use the esp_mqtt client instead. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building 0.7.0-rc7 from source because it's the only version that works with my board (makerfabs s3 tft 35 SPI).
I'm having an issue where no matter what I seem to enable, mqtt is reported as being disabled. Is this a bug or something in my config that needs to be turned on? Searchign through the obvious confgiuration files, I see no mention of mqtt outside of predefining the client settings.
Edit:
I found inside of _esp32.ini that under lib_deps, knolleary/PubSubClient@^2.8.0 was commented out. I uncommented it and then recompiled it. So it does indead appear that mqtt client is default disabled, but uncomented this did not enable the client for me...
I see pubsubclient in the build dependencies
Beta Was this translation helpful? Give feedback.
All reactions