As there isn't a card detect pin on some boards, we could add an unmount() function that effectively called jswrap_fs_kill.
unmount()
jswrap_fs_kill
The problem is that jswrap_fs_kill is actually called from reset(), so if that doesn't solve the problem then there's something else...
reset()
@Gordon started
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.
As there isn't a card detect pin on some boards, we could add an
unmount()
function that effectively calledjswrap_fs_kill
.The problem is that
jswrap_fs_kill
is actually called fromreset()
, so if that doesn't solve the problem then there's something else...