We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. I'm using 0.2.6.
I am running the HTTP example and when I execute the following call in the loop function:
bool updatedNeeded = esp32FOTA.execHTTPcheck();
...I receive the message error in the issue title.
There is well a manifest_url variable:
const char *manifest_url = "http://192.168.1.100/ota/fota.json";
...and this variable is the one referenced by the following call in the setup() function:
esp32FOTA.setManifestURL( manifest_url );
Any ideas ?
Thanks !
The text was updated successfully, but these errors were encountered:
Yep, same issue here.
It seems that the last release of 2 days ago has broken this library.
I also see that a lot has changed in the HTTPS examples. They're suddenly all the same..
Sorry, something went wrong.
sorry about that, I pushed this release a bit too fast, working on a fix now
tobozo
Successfully merging a pull request may close this issue.
Hi. I'm using 0.2.6.
I am running the HTTP example and when I execute the following call in the loop function:
bool updatedNeeded = esp32FOTA.execHTTPcheck();
...I receive the message error in the issue title.
There is well a manifest_url variable:
const char *manifest_url = "http://192.168.1.100/ota/fota.json";
...and this variable is the one referenced by the following call in the setup() function:
esp32FOTA.setManifestURL( manifest_url );
Any ideas ?
Thanks !
The text was updated successfully, but these errors were encountered: