Last Call! We pause shipping on Feb 14th. Order NOW to get your gear shipped before the holiday!
var wifi = require('Wifi');
function getScanResult(apList){ console.log(apList); }
wifi.scan( getScanResult );
var wifi = require('Wifi'); function getScanResult(apList){ console.log(apList); } wifi.scan( getScanResult ); console.log("right after scan");
