Hi,
Just thought I'd post this here so we have somewhere to keep track of it - getting the flasher in the Web IDE to handle this would be absolutely awesome, so people could flash the board without needing Node.js (but it also means the command-line app (espruino on NPM) and the electron-based Web IDE could do it too).
Potentially it also means you could flash it right from https://espruino.github.io/EspruinoWebIDE/ using your headphone jack :)
Would that be ok?
I guess the things that'd need doing for that are:
- Integration with the existing flasher menu
- Use
Espruino.Core.Serial.write(...)/etc instead of node-serialport (so Chrome/Node/Audio/BLE can be supported).
- Remove/hack around needing
require and the extra modules - since we'd have to work in the web browser, and the Web IDE doesn't use browserify or anything like that.
Hi,
Just thought I'd post this here so we have somewhere to keep track of it - getting the flasher in the Web IDE to handle this would be absolutely awesome, so people could flash the board without needing Node.js (but it also means the command-line app (
espruinoon NPM) and the electron-based Web IDE could do it too).Potentially it also means you could flash it right from https://espruino.github.io/EspruinoWebIDE/ using your headphone jack :)
Would that be ok?
I guess the things that'd need doing for that are:
Espruino.Core.Serial.write(...)/etcinstead of node-serialport (so Chrome/Node/Audio/BLE can be supported).requireand the extra modules - since we'd have to work in the web browser, and the Web IDE doesn't use browserify or anything like that.