From afeaa4ff49239cf5149448e3fda2f0ce4f96e6bf Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 8 Jun 2026 22:32:54 +0530 Subject: add web flasher --- web-flasher/index.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ web-flasher/manifest.json | 23 +++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 web-flasher/index.html create mode 100644 web-flasher/manifest.json (limited to 'web-flasher') diff --git a/web-flasher/index.html b/web-flasher/index.html new file mode 100644 index 0000000..26d7510 --- /dev/null +++ b/web-flasher/index.html @@ -0,0 +1,47 @@ + + + + + ORION-RF Installer + + + + + + + +

ORION-RF Installer

+ +
+

Stable Release

+ +

+ Connect your ESP32-S3 and click Install. +

+ + + +
+ + + diff --git a/web-flasher/manifest.json b/web-flasher/manifest.json new file mode 100644 index 0000000..b51e2cb --- /dev/null +++ b/web-flasher/manifest.json @@ -0,0 +1,23 @@ +{ + "name": "ORION-RF", + "version": "latest", + "builds": [ + { + "chipFamily": "ESP32-S3", + "parts": [ + { + "path": "./bootloader.bin", + "offset": 0 + }, + { + "path": "./partitions.bin", + "offset": 32768 + }, + { + "path": "./firmware.bin", + "offset": 65536 + } + ] + } + ] +} -- cgit v1.2.3