Dear All
This is related to ESP8266 12E WiFi module
I need to change the Access Point ( AP ) name of my ESP module
Please advice
Thanks in advance
Dear All
This is related to ESP8266 12E WiFi module
I need to change the Access Point ( AP ) name of my ESP module
Please advice
Thanks in advance
Serial.print(WiFi.SSID());
Assuming its setup as an AP. If its not, you need to give some more details.
Aha, you edited after i replied, ok then, use;
WiFi.begin(ssid, password);