I'm new to ESP8266! I'm using NodeMCU 0.9.
When putting the device in AP mode, is there any way to get whatever the user typed when logging in (the WPA2 password to the wifi, not a captive portal password) to the AP?
I think it ought to be possible, because the device is getting the input from whomever is trying to log in and it needs to check out if it maches the login password, so there should be a way to get whatever he typed right?
Or do I need to dig in the firmware and change it so it'll work?