thingsSDK / flasher.js

A GUI tool for flashing the Espruino JavaScript runtime on ESP8266 based boards
154 stars 25 forks source link

Allow Binary Only Flashing #39

Closed chalkers closed 7 years ago

chalkers commented 7 years ago

Use case: MicroPython is distributed via a single binary (see http://micropython.org/download/#esp8266). It's not zipped.

This is where the binaries are prepared when they are zipped: https://github.com/thingsSDK/flasher.js/blob/e82e495006baf0b6dfc95febfb5c462a6c74e824/front-end/js/app.js#L178

chalkers commented 7 years ago

Complete!