-
Yesterday I wrote myself a disconnect button for:
LED On!
LED Off!
from the tutorial page, I did however apparantly not save this small code snippet and I did not find it in my browser history.
I did try this:async function disconnect(){ gatt.disconnect(); }
and
deviceObj.gatt.disconnect().
which both did not work.
Puck.js2.1a -
I followed: https://youtu.be/et58ozE-Cu8?si=gTOSu9jxluWRdTS6
how can I send d back to a html page for saving as a string?
I just record and playback some IR signals which I recorded and converted into a string following the YT Tutorial: https://youtu.be/et58ozE-Cu8?si=3XNmz9N5ImBbbeYS
var one does work fine in replaying the function Radio on my August MB300 remote the problem is that when I record mode i get FIFO_Full or >Puck.IR(mode)
Uncaught InternalError: Timeout on Utility Timer
Execution Interrupted