Skip to content

Error while compiling HTTP example #116

@milkywade

Description

@milkywade

Hi - using last version 0.2.5, trying to compile the following example:

https://github.com/chrisjoyce911/esp32FOTA/blob/master/examples/HTTP/HTTP.ino

against this fota

{
    "type": "test_1",
    "version": "1",
    "url": "http://192.168.1.100/ota/test_1-version-1.bin"
}

returns the following message on the terminal (using platform.io):

[353940][E][HTTPClient.cpp:257] beginInternal(): failed to parse protocol
[353940][E][HTTPClient.cpp:257] beginInternal(): failed to parse protocol

P.S. the command executed (once - resulting in two error lines) is
bool updatedNeeded = esp32FOTA.execHTTPcheck();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions