Skip to content

Commit 60b8209

Browse files
committed
Update firmware/manifest.json to spec
1 parent 34fea34 commit 60b8209

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/docs/firmware/manifest.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
2+
"name": "PokyPow",
23
"version": "0.2.0",
3-
"url": "https://github.com/ajfriesen/PokyPow/releases/download/0.2.0/pokypow-esp32c3.ota.bin"
4-
}
4+
"funding_url": "https://github.com/sponsors/ajfriesen",
5+
"builds": [
6+
{
7+
"chipFamily": "ESP32-C3",
8+
"ota": {
9+
"md5": "7e533f9755925aacb54d5721cb5a0741",
10+
"path": "https://github.com/ajfriesen/PokyPow/releases/download/0.2.0/pokypow-esp32c3.ota.bin",
11+
"release_url": "https://github.com/ajfriesen/PokyPow/releases/tag/0.2.0",
12+
"summary": "Another update"
13+
}
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)