So I guess I have to reassign the Espruino DFU/reset Pin to something other than D0 to have this feature working?
Maybe by modifying D0 in line 'BTN1' : { 'pin' : 'D0', 'pinstate' : 'IN_PULLDOWN' } of file MDBT42Q.py with D3.
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.
It is very clear. Thank you very much!
So I guess I have to reassign the Espruino DFU/reset Pin to something other than D0 to have this feature working?
Maybe by modifying
D0
in line'BTN1' : { 'pin' : 'D0', 'pinstate' : 'IN_PULLDOWN' }
of fileMDBT42Q.py
withD3
.