Skip to content
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

Problem with Will Topic in arduino IDE. #188

Open
joko2020 opened this issue Mar 27, 2021 · 0 comments
Open

Problem with Will Topic in arduino IDE. #188

joko2020 opened this issue Mar 27, 2021 · 0 comments

Comments

@joko2020
Copy link

Hi There,
I need to use Will Topic on sketch but
I have experiencing problem when using Will topic on example mqtt esp8266.ino
The problem arise when I added
mqtt.will("/feed/test","offline");
I added those code before mqtt.connect
error log
image

and I try to change the code like this
Adafruit_MQTT.will("/feed/test","offline");

error log
image

I'm Using :
Arduino IDE : 1.8.12
Adafruit Mqtt Library : 2.1.0
Library installed from Library Manager

Please help to get ride from this problem , or maybe example sketch for using Will topic

Note :
I have Already test as given in https://learn.adafruit.com/mqtt-adafruit-io-and-you/qos-and-wills?view=all
with the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant