-
Notifications
You must be signed in to change notification settings - Fork 173
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
Improvement: mqtt library replacement #768
Improvement: mqtt library replacement #768
Conversation
1f780e3
to
80f84f5
Compare
80f84f5
to
aa7d34a
Compare
NOTE: In some cases, the LilyGo must be powered through the main power connector instead of USB-C | ||
when performing the initial firmware upload. | ||
NOTE: On Mac, the following USB driver may need to be installed: https://github.com/WCHSoftGroup/ch34xser_macos | ||
|
||
NOTE: If you see garbled messages on the serial console, change the serial console to match the baud rate to the code, currently 115200. | ||
|
||
NOTE: If you see the error `Sketch too big` then check you set the Partition Scheme above correctly. | ||
|
||
This video explains all the above mentioned steps: | ||
<https://youtu.be/_mH2AjnAjDk> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Could your remove the mention of lib dependency, essentially remove this row from README.md
- knolleary/pubsubclient MIT-License
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am approving this one to make it easier to merge later on, good luck with the LWT and QoS 1! 🙌
…mmand structure to make it easier to use
@No-Signal , can you update the comment on username/password in USER_SECRETS as described in issue #738 ? EDIT: No need, I fixed this in #802 |
…d confusion when setting a username and password
I have updated the template again as the new library allows setting a blank string for no authentication which should be easier for people to update |
Replacement of the unsupported MQTT library from Issue #761 using the ESP-MQTT library
This PR requires further testing & investigation into flash size before it can be considered ready
The initial MQTT connection always fails as the Wifi connection is not yet ready, need to implement a way to wait for Wifi to connect before starting the MQTT connection