We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would this library work for ESP8266 microcontroller ?
The text was updated successfully, but these errors were encountered:
@ggadalet use pubsubclient ( https://github.com/knolleary/pubsubclient )
Sorry, something went wrong.
Used the https://github.com/knolleary/pubsubclient and it's working now.
Be aware of this constant I had to change in PubSubClient.h to accomodate my json message in the payload to be sent.
// MQTT_MAX_PACKET_SIZE : Maximum packet size #ifndef MQTT_MAX_PACKET_SIZE //#define MQTT_MAX_PACKET_SIZE 128 #define MQTT_MAX_PACKET_SIZE 300 #endif
thanks regards Giovanni
No branches or pull requests
Would this library work for ESP8266 microcontroller ?
The text was updated successfully, but these errors were encountered: