-
Thr 2018.08.23
I was trying to uncover a line of code that shows up during a dump() after power on. Thought it might provide a bit of a clue.
Incidentally have never typed 'save()' during uncovering this, since
the Pico has been connected. Made sure of this fact the moment I
started this post Thr 2018.08.16 and extremely careful not to corrupt
the debug process.Something like B15 opendrain
Nothing I wrote or in the file that is uploaded.
Went to perform a sanity check, but now get the following error: 'Module neopixel not found'
and, . . . cursor does not resort to the '>' promptI thought all modules using 'require' were found at
http://www.espruino.com/modules/
Console listing validates:
loadModule(neopixel)
Espruino.Core.Utils.getURL: got HTTP status code
404 for http://www.espruino.com/modules/neopixel.min.js
Espruino.Core.Utils.getURL: got HTTP status code 404 for
http://www.espruino.com/modules/neopixel.js
WARNING: [notify_warn] > Module neopixel not found
I have to say I'm really struggling here - I'd say the delay on upload is a bit of a red herring. Something else is definitely happening in your case.
Running your code exactly as you gave it to me on a Pico with 1v99 and nothing plugged in works perfectly on Windows Native, Windows Chrome App, and Linux Chrome App. No crashes, no reconnect problems, nothing.