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
I'm uploading values (battery voltage) to thingspeak and it updates the values on thingspeak but since I'm using http_get with a https address, I get errors returned wich isn't a big deal since it works anyway.
I'm uploading values (battery voltage) to thingspeak and it updates the values on thingspeak but since I'm using http_get with a https address, I get errors returned wich isn't a big deal since it works anyway.
The issue is I'm also trying to send a message to Telegram whenever certain conditions are met and that doesn't work and returns an error code.
With my previous tests with a telegram bot library on arduino language, when that happened, I had to add setclient.Insecure() to make it work.
Is it possible to add a https_get so this can work?
Script if interested in checking it: https://pastebin.com/XgzkLGJU
The text was updated successfully, but these errors were encountered: