• Please can you add the following code? I just tried this on desktop Espruino and it appears to be at least calling the 'ping' function:

    mqtt._ping = mqtt.ping;mqtt.ping=function() { console.log("PING");this._ping(); }
    
About

Avatar for Gordon @Gordon started