From 49e2d4ad3b78ad29198213c9e885e6e398465451 Mon Sep 17 00:00:00 2001 From: Victor Talpaert Date: Sun, 5 Apr 2026 23:57:21 +0200 Subject: [PATCH] add Release reference in README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 2f4e93d..32943a1 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,22 @@ This project was written in part to test AI code generators and see if they're a ## Getting Started +### Quickstart — Flash without installing anything + +Pre-built firmware binaries are available on the [Releases page](https://github.com/vtalpaert/esp-scope/releases/). + +1. Download the `.bin` file for your board: + - `esp-scope-esp32.bin` — generic ESP32 + - `esp-scope-xiao-esp32c6.bin` — Seeed XIAO ESP32C6 + +2. Connect your ESP32 via USB, then flash directly in your browser (Chrome, Edge, or Opera): + + 👉 **[https://www.espboards.dev/tools/program/](https://www.espboards.dev/tools/program/)** + +No drivers, no toolchain required. + +--- + ### Prerequisites - ESP32 development board. - [ESP-IDF](https://github.com/espressif/esp-idf) installed and configured.