Browser-based flashing for the FilaPropus Waage (ESP32) using ESP Web Tools.
- Flashes firmware and LittleFS directly from the browser
- Works in Chrome or Edge via WebSerial
index.html- WebFlash UImanifest.json- ESP Web Tools manifestbin/- Firmware and LittleFS .bin artifacts
Open index.html in a web server (GitHub Pages, nginx, etc.), then click Flash.
GitHub Pages: https://janez76.github.io/waage-webflash/
This repo expects:
bin/upgrade_filapropus_firmware_v1.3.0.binbin/upgrade_filapropus_website_v1.3.0.bin
- The manifest uses the ESP32 offsets
0x10000(firmware) and0x290000(LittleFS). - WebSerial requires HTTPS or
localhost.