How do I find my SSID and password for esp8266?

Як знайти свій SSID та пароль для esp8266?

Для того, щоб отримати з пам’яті контролера NodeMCU на базі ESP8266 назву точки доступу та пароль, можливо скористатися методом wifi.sta.getconfig(), котрий посеред інших даних у складі масиву, що буде повернуто, видасть назву SSID та пароль:

Syntax

wifi.sta.getconfig()

Parameters


Returns



To retrieve the access point name and password from the NodeMCU controller memory based on ESP8266, you can use the wifi.sta.getconfig () method, which will display the SSID and password among other data in the array to be returned.