Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
BlynkGO opened this issue Jun 25, 2021 · 0 comments
Closed
Milestone

Comments

@BlynkGO
Copy link

BlynkGO commented Jun 25, 2021

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.

@VojtechBartoska VojtechBartoska added this to the 2.0.0 milestone Jul 14, 2021
me-no-dev added a commit that referenced this issue Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants