1
0

Тайлбар байхгүй

Andrew Chalkley 7aa0753708 Merge pull request #60 from kenwalger/patch-1 6 жил өмнө
back-end 15e65074c6 Added timeout code to handle portscanning not to overload the system. added multipliers 8 жил өмнө
front-end c6ead553d8 Added yarn because deps are intense. Added copy ui 8 жил өмнө
out 3c23e8cc6a Adds electron-packager and a build task 9 жил өмнө
resources d01f231f08 Who knows :) 8 жил өмнө
scripts d2faa0d35f Version bump of rom-comm. build process complete 8 жил өмнө
test 682cf6e83a Fixed first run, started fix ui after copy 8 жил өмнө
ui 15e65074c6 Added timeout code to handle portscanning not to overload the system. added multipliers 8 жил өмнө
.gitignore e067536dd5 Adding 32bit support 8 жил өмнө
.jshintrc f10913ac6c Updated front-end to work with react 8 жил өмнө
.travis.yml 498f84a0dc Only test v6 8 жил өмнө
CONTRIBUTING.md 4c7e2c2493 Fix relative link to contributing 9 жил өмнө
DEVELOPING.md 682cf6e83a Fixed first run, started fix ui after copy 8 жил өмнө
README.md a94915bf88 Update README.md 6 жил өмнө
appdmg.json d01f231f08 Who knows :) 8 жил өмнө
index.js c6ead553d8 Added yarn because deps are intense. Added copy ui 8 жил өмнө
linux-config.json eb6d9d4d93 Created helper for linux users who launch app for first time without correct user permissions. Fixes #19 9 жил өмнө
package.json e082cb93dc Adding yarn as dev dependency. 7 жил өмнө
yarn.lock c6ead553d8 Added yarn because deps are intense. Added copy ui 8 жил өмнө

README.md

Flasher.js

Build Status Dependency Status devDependency Status

Flasher.js is a tool to get JavaScript running natively on the Internet of Things device, ESP8266. This application runs on Windows, Mac OS X and Linux.

This tool flashes (installs) the Espruino JavaScript run time on ESP8266 EP-12 devices like the Adafruit Huzzah and Adafruit Feather Huzzah.


Downloads

The latest realeases can be found here for Windows, Linux and Mac OS X.

Install the required CP2104 USB driver to have the COM/Serial port appear properly.


Application Compatibility

OS Arch Status
Windows 10 32-bit Tested
Windows 10 64-bit Tested
Windows 8.1 64-bit Tested
Ubuntu 14.04 LTS 64-bit Tested
Mac OS X 10.11 64-bit Tested
Mac OS X 10.12 64-bit Tested

Device Compatibility

Flasher.js currently supports ESP8266 (ESP-12) devices for a list of tested devices visit Flasher.js device compatibility page.


Developing Flasher.js

If you want to develop the Flasher.js GUI take a look at the development guide.


Contributing

We would love your contributions! Check out the contribution guidelines.


License

Flasher.js is released under the MIT License