Add a Flash Button to Your Site
A premium, embeddable ESP web-flash widget system. The easiest way to let users flash your ESP8266 & ESP32 firmwares directly from the browser.
<script type="module" src="https://espflashbutton.skrelectronicslab.com/espflash-button.js"></script>
<espflash-button manifest="https://your-site.com/manifest.json"></espflash-button>
Live Demo
How It Works
STEP 1
Include Script
Add the script tag to your HTML page. It's hosted on a fast global CDN.
STEP 2
Create Manifest
Create a simple JSON file describing your firmware binaries and chip targets.
STEP 3
Add the Button
Place the <espflash-button> element anywhere on your page.