We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Need to replace it with the actual disconnect function.
http://esp-idf.readthedocs.io/en/latest/api-reference/wifi/esp_wifi.html#_CPPv219esp_wifi_disconnectv
bool WiFiSTAClass::disconnect(bool wifioff) { bool ret; ret = esp_wifi_disconnect() == ESP_OK; if(wifioff) { WiFi.enableSTA(false); } return ret; }
The text was updated successfully, but these errors were encountered:
#466
Sorry, something went wrong.
@sticilface Is this issues completely covered by #466. Can we close this issue?
Solved in #466 @sticilface Thx for your PR!
No branches or pull requests
Need to replace it with the actual disconnect function.
http://esp-idf.readthedocs.io/en/latest/api-reference/wifi/esp_wifi.html#_CPPv219esp_wifi_disconnectv
The text was updated successfully, but these errors were encountered: