mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-07 06:01:35 +03:00
@ -360,7 +360,7 @@ void ESP8266WiFiClass::softAP(const char* ssid, const char* passphrase, int chan
|
|||||||
|
|
||||||
struct softap_config conf_current;
|
struct softap_config conf_current;
|
||||||
wifi_softap_get_config(&conf_current);
|
wifi_softap_get_config(&conf_current);
|
||||||
if (!softap_config_equal(conf, conf_current))
|
if (softap_config_equal(conf, conf_current))
|
||||||
{
|
{
|
||||||
DEBUGV("softap config unchanged");
|
DEBUGV("softap config unchanged");
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user