Code: Select all
dim curssid as string,curpw as string,b(6) as byte
call wifi.getconfig(@curssid,@curpw,@b)
debug.print curssid
debug.print curpw
debug.print cstrhex(b(0));":";cstrhex(b(1));":";cstrhex(b(2));":";cstrhex(b(3));":";cstrhex(b(4));":";cstrhex(b(5))