• Wifi works just fine using esp-open-rtos under 80 and 160 Mhz

    Hmm, strange

    If you like you can try 11b and 11g and scan again.

    require("Wifi").setConfig({phy:"11b"});
    require("Wifi").scan(function(arrayOfAce­ssPoints){print(arrayOfAcessPoints);}); 
    
About

Avatar for MaBe @MaBe started