summaryrefslogtreecommitdiff
path: root/web-flasher/manifest.json
diff options
context:
space:
mode:
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
+ }
+ ]
+ }
+ ]
+}