aboutsummaryrefslogtreecommitdiff
path: root/web-flasher/manifest.json
blob: b51e2cb677e40a3d245bb49155d1b2b309fb01a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
        }
      ]
    }
  ]
}