There's this issue on boards with USB where often people want stuff running as soon as possible, but then that's before USB has initialised properly. It used to be that I'd wait until USB had initialised but then people complained - but good call on the event. It would be a nice way around it.
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.
So it does work with the
USB.setConsole
removed?There's this issue on boards with USB where often people want stuff running as soon as possible, but then that's before USB has initialised properly. It used to be that I'd wait until USB had initialised but then people complained - but good call on the event. It would be a nice way around it.