-
Notifications
You must be signed in to change notification settings - Fork 32
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
"Error! Not connected to host." when using ISR #8
Comments
Thanks for the correction, I have adjusted it and had hoped that was it but I still get the same error.
|
In the sendData function can you print the url and host variables to make sure they are correct before attempting to publish as that is what is used here:
|
hi, do you solve your problem? |
Hey,
I'm trying to create a kind of stopwatch and for the best responsibility, I use an interrupt, from which the subroutine to send the data is called.
(When I was trying the raw example it worked and I used as much as I could from the example)
According to the serial monitor, the values of my variables seem to be taken along correctly, but when the payload should get posted, it didn't work, and I got this response:
This is my code:
I'm grateful for any advice on a better solution, thanks
Hardware: Wemos D1 mini
The text was updated successfully, but these errors were encountered: