Skip to content

No manifest_url provided in config, aborting! #118

@milkywade

Description

@milkywade

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 !

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions