Ensure that the wifi.save() command is run so that the NodeMCU will reconnect to the WiFi after next startup.
Get status about the WiFi on the NodeMCU
getIp, getDetails, and getStatus will display all the details about the WiFi network status we need.
The Wireless network password will be displayed in plaintext. From a certain point of view that could be considered a security vulnerability, so be warned.