We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Arduino ESP8266 the waitForConnectResult() function's prototype is
waitForConnectResult()
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.
The text was updated successfully, but these errors were encountered:
Implement timeout for waitForConnectResult
acb1155
Fixes: #5330
dd25e2b
No branches or pull requests
Arduino ESP8266 the
waitForConnectResult()
function's prototype isBut Arduino ESP32 the
waitForConnectResult()
function's prototype isPlease implement ESP32 the
waitForConnectResult()
with timeout like ESP8266 .Thank you very much.
The text was updated successfully, but these errors were encountered: