Skip to content

WiFiSecureClient crashes during connection #119

Description

@karesztrk

The WiFiSecureClient is crashes during the connection establishment if used together with this library. Im using it on a NodeMCU esp8266.

Its related to this part:

#if ARDUINO_VERSION <= 106
    // "yield" is not implemented as noop in older Arduino Core releases, so let's define it.
    // See also: https://stackoverflow.com/questions/34497758/what-is-the-secret-of-the-arduino-yieldfunction/34498165#34498165
    void yield(void) {};
#endif

If i remove the function definition it works correctly.
Please consider to refactor your solution.
Thanks in advance.

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