27 lines
660 B
Markdown
27 lines
660 B
Markdown
# Yunsi Toolbox Vue
|
|
|
|
A collection of web-based tools.
|
|
|
|
## Components
|
|
|
|
### [ESP Flasher](./esp-flasher/)
|
|
A browser-based firmware flasher for ESP32 microcontrollers using Web Serial.
|
|
|
|
## Installation
|
|
|
|
This is intended to be used as a git submodule in Vue 3 projects.
|
|
|
|
```bash
|
|
git submodule add <repository-url> src/components/yunsi-toolbox
|
|
```
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
|
|
### Third Party Licenses
|
|
|
|
This project includes code from the following third-party projects:
|
|
|
|
- **esptools-js**: Licensed under the Apache License 2.0. Copyright (c) 2024 Espressif Systems (Shanghai) CO LTD.
|