Skip to content

error duplicate define ERR_TIMEOUT when compile on esp board  #53

Closed
@kaebmoo

Description

@kaebmoo

error when compile on esp board.

in ThingSpeak.h
#define ERR_TIMEOUT -304 // Timeout waiting for server to respond

and in err.h (Arduino/hardware/espressif/esp32/tools/sdk/include/lwip/lwip)
#define ERR_TIMEOUT -3 /* Timeout. */

when change ERR_TIMEOUT in ThingSpeak.h to other (eg. ERR_TIMEOUT_1) can be compiled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions