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?
@trusktr started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Every once in a while I get
on this code:
Do I simply need to wait then try again?