• Every once in a while I get

    InternalError: Timeout on I2C Write BUSY
    

    on this code:

        var wifi = require("EspruinoWiFi");
        wifi.connect(wifiName, options, function(err) {
            if (err) reject(err); // HERE
            resolve();
        });
    

    Do I simply need to wait then try again?

About

Avatar for trusktr @trusktr started