Skip to content

Arduino's ESP32 WiFi.waitForConnectResult() doesn't have timeout parameter ? #5330

Closed
@BlynkGO

Description

@BlynkGO

Arduino ESP8266 the waitForConnectResult() function's prototype is

int8_t waitForConnectResult(unsigned long timeoutLength = 60000);

But Arduino ESP32 the waitForConnectResult() function's prototype is

uint8_t waitForConnectResult();

Please implement ESP32 the waitForConnectResult() with timeout like ESP8266 .

Thank you very much.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions