From 38018f1c39345ff80a74716c4f494f32c85528de Mon Sep 17 00:00:00 2001 From: kerms Date: Fri, 23 Jan 2026 15:06:31 +0100 Subject: [PATCH] docs: add demo link and screenshot to esp-flasher README --- esp-flasher/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/esp-flasher/README.md b/esp-flasher/README.md index 0853214..1c5bb12 100644 --- a/esp-flasher/README.md +++ b/esp-flasher/README.md @@ -2,6 +2,12 @@ A Vue 3 component for flashing ESP32 series microcontrollers directly from the browser using the Web Serial API. This component is based on `esptools-js`. +## Demo + +[Live Demo - Wireless UART DIY Guide](https://yunsi.studio/wireless-debugger/docs/diy/uart/) + +![ESP Flasher Screenshot](./assets/screenshot.png) + ## Features - Supports ESP32, ESP32-C3, ESP32-S3, and more.