Is that the mac address of the access point? I guess they might both end up being the same...
You might need the following to report back the address to the console:
wifi.at.cmd("AT+CIPAPMAC?", 1000, console.log); // ESP8266 only
Also a simple way would be to connect it to your home network and to then log into your router and see which devices it thinks are connected?
@Gordon started
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.
Is that the mac address of the access point? I guess they might both end up being the same...
You might need the following to report back the address to the console:
Also a simple way would be to connect it to your home network and to then log into your router and see which devices it thinks are connected?