Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacehuhntech/espwebtool
ESPTool but online
https://github.com/spacehuhntech/espwebtool
Last synced: 2 days ago
JSON representation
ESPTool but online
- Host: GitHub
- URL: https://github.com/spacehuhntech/espwebtool
- Owner: SpacehuhnTech
- License: mit
- Created: 2022-04-03T08:36:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:03:16.000Z (7 months ago)
- Last Synced: 2024-08-05T15:04:24.240Z (3 months ago)
- Language: JavaScript
- Size: 8.1 MB
- Stars: 67
- Watchers: 4
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-client-side - espwebtool - A web app to flash your ESP32 or ESP8266 through your browser. Open-Source, free, and easy to use - [Try it!](https://esp.huhn.me/) (Low level / Python)
README
# ESP Web Tool
A web app to flash your ESP32 or ESP8266 through your browser. Open-Source, free, and easy to use.Have a look [serial.huhn.me](https://esp.huhn.me)
## Credits
Based on [ESP Web Flasher](https://github.com/NabuCasa/esp-web-flasher)
And inspired by [esptool-js](https://github.com/espressif/esptool-js).## Installation
```
git clone https://github.com/spacehuhntech/espwebtool
cd espwebtool
npm install
npm run
```## License
This software is licensed under the MIT License. See the [license file](LICENSE) for details.