• There is a nice event in NodeMCU (the LUA-version for ESP8266).
    I've no idea, could it be done/helpful/whatever in Espruino, but you never know :-)

    uart:on("sent",function(evt)
          doSomething(evt) end
        end)
    
About

Avatar for JumJum @JumJum started