You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your step 2. Clone the LMROY version of the mqtt library refers to LMROY but the github is imroy (starting with an i) Threw me off a bit :) You may want to update your README.md
if one must use imroy's files, why do you #include <PubSubClient.h> instead of #include "PubSubClient.h"? The latter would look for a local copy (in the sketch folder) first then the libraries. This would mean one is not forced to use imroy's library for all arduino projects. Or am I missing something? (I'm still a bit of a n00b with arduino).
Thanks
The text was updated successfully, but these errors were encountered:
A couple of questions / comments if I may:
#include <PubSubClient.h>
instead of#include "PubSubClient.h"
? The latter would look for a local copy (in the sketch folder) first then the libraries. This would mean one is not forced to use imroy's library for all arduino projects. Or am I missing something? (I'm still a bit of a n00b with arduino).Thanks
The text was updated successfully, but these errors were encountered: