-
-
Notifications
You must be signed in to change notification settings - Fork 5
PubSubClient (PASS) #2
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
Comments
I made a fork of PubSubClient which addresses these issues. I have tested it and have managed to get it to connect to my wifi and connect to the test.mosquitto.org mqtt broker. I am having problems with my local broker for some reason, and I'm unsure what the cause is, but the new forked library works as far as I can tell. https://github.com/tony2feathers/pubsubclient_UnoR4 |
The issue was resolved in the ArduinoCore-renesas library. The PubSubClient library is now working properly with the Arduino R4 WiFi board. |
I added it here. |
Compilation of the PubSubClient library fails with the following error:
"error: 'strnlen' was not declared in this scope" and suggests using 'strlen' as an alternative.
It appears the strnlen() function is not defined for the Renesas architecture.
I tried to compile the mqtt_basic example sketch with a few modifications related to changing the Ethernet library for the WiFiS3 library.
The verbose log file is enclosed.
mqtt_basic_compile_log.txt
The text was updated successfully, but these errors were encountered: