Take a smart phone, connect to the ESP APs and open a browser to connect to 192.168.4.1
What is the process of 'connect to the ESP AP'
Isn't the browser doing just that when we type 192.168.4.1 into the addr field and hit CR?
Aren't we doing that task as in the code snippet from post #16 above? e.g. isn't the station
binding to the ap when we use wifi.connect() and we see "mode": "sta+ap"
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Simple answer, yes
What is the process of 'connect to the ESP AP'
Isn't the browser doing just that when we type 192.168.4.1 into the addr field and hit CR?
Aren't we doing that task as in the code snippet from post #16 above? e.g. isn't the station
binding to the ap when we use wifi.connect() and we see "mode": "sta+ap"