I am unable to automatically reconnect to the server after loosing wifi connection. I have tried Blynk.run(). I get the message:
TypeError: undefined is not a function
Code:
var blynk = new Blynk.Blynk(AUTH);
//House keeping
setInterval(function() {
try{
blynk.run();
}
catch(ex){
logger.debug(“House Keeping :” + ex);
}
}, 60000);
Board: Raspberry Pi 2 B+