1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-14 13:41:23 +03:00

Without autoreconnect, forcibly stop station connection manager (#8607)

This commit is contained in:
Max Prokhorov
2022-06-27 02:21:40 +03:00
committed by GitHub
parent f0d8f33d83
commit 0bff52fe55
2 changed files with 8 additions and 2 deletions

View File

@ -277,7 +277,7 @@ bool ESP8266WiFiAPClass::softAPConfig(IPAddress local_ip, IPAddress gateway, IPA
/**
* Disconnect from the network (close AP)
* @param wifioff disable mode?
* @return one value of wl_status_t enum
* @return operation success
*/
bool ESP8266WiFiAPClass::softAPdisconnect(bool wifioff) {
bool ret;