Does dio work even on qio boards? It might be worth making the examples use it if so, with a note that you can use qio for faster access.
There are also the 'combined' images that are super-easy to flash, and don't need the erase (because they just overwrite the whole memory area). Personally I'd suggest using them for beginners - they're slower to flash but there's very little to go wrong
I saw the combined images and wasn't sure how to flash them to the device without digging into esptool documentation. Could you provide example command or link to one?
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.
Does
dio
work even onqio
boards? It might be worth making the examples use it if so, with a note that you can use qio for faster access.There are also the 'combined' images that are super-easy to flash, and don't need the erase (because they just overwrite the whole memory area). Personally I'd suggest using them for beginners - they're slower to flash but there's very little to go wrong