aboutsummaryrefslogtreecommitdiff
path: root/web-flasher/manifest.json
diff options
context:
space:
mode:
authorkrolyxon <me@krolyxon.com>2026-06-08 22:32:54 +0530
committerkrolyxon <me@krolyxon.com>2026-06-08 22:32:54 +0530
commitafeaa4ff49239cf5149448e3fda2f0ce4f96e6bf (patch)
tree6e1e38493ce75b02b063d5594ea2d9bd41bf2c56 /web-flasher/manifest.json
parentbad888f834363d0ea0602103c2d6225bc0bbd948 (diff)
add web flasher
Diffstat (limited to 'web-flasher/manifest.json')
-rw-r--r--web-flasher/manifest.json23
1 files changed, 23 insertions, 0 deletions
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
+ }
+ ]
+ }
+ ]
+}