Wondering how to disable E.enableWatchdog(timeout), because it kicks in during code uploading even if reset before upload is marked and E.enableWatchdog(2,false) is missing upload coding?
// code you like to upload and save
E.enableWatchdog(2,false)
/*
code
*/
function onInit() {
E.enableWatchdog(2)
/*
code
*/
}
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.
Wondering how to disable E.enableWatchdog(timeout), because it kicks in during code uploading even if reset before upload is marked and
E.enableWatchdog(2,false)
is missing upload coding?