11f1aa7342 | ||
---|---|---|
assets | ||
bin | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
index.html | ||
main.js | ||
npm-debug.log | ||
package-lock.json | ||
package.json | ||
renderer.js |
README.md
SpeedyLoader
SpeedyLoader is a universal (Cross platform) firmware loader for Speeduino devices. It avoids the need for any compiling and allows the user to select a firmware version and then automatically downloads a pre-compiled version.
Currently in early development. Binaries will be made available when ready
Install from Source
Pre-Requisites
- NPM - https://www.npmjs.com/get-npm
- Python 2.x
- Git
Installation steps
$ git clone https://github.com/noisymime/SpeedyLoader.git
$ cd SpeedyLoader
$
$ npm install electron-rebuild -g
$ npm install
$ npm start