We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fea34 commit 60b8209Copy full SHA for 60b8209
docs/docs/firmware/manifest.json
@@ -1,4 +1,16 @@
1
{
2
+ "name": "PokyPow",
3
"version": "0.2.0",
- "url": "https://github.com/ajfriesen/PokyPow/releases/download/0.2.0/pokypow-esp32c3.ota.bin"
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