• I need to track the Mac address of clients on the point ESP12F.
    Will this work?
    wifi.getConnectedDevices(function(err, devices) { ... });
    If if AP mode (with wifi.createAP), call the callback with the second argument as an array of { ip, mac } objects - one for each connected device.

About

Avatar for Alexander @Alexander started