yunsi-toolbox-vue/README.md

17 lines
417 B
Markdown

# Yunsi Toolbox
A collection of web-based tools for hardware development and debugging.
## 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 (specifically optimized for VitePress).
```bash
git submodule add <repository-url> src/components/yunsi-toolbox
```