Skip to content

Commit bee013f

Browse files
committed
back to hosting the binaries locally
1 parent 72fe3be commit bee013f

File tree

6 files changed

+6
-18
lines changed

6 files changed

+6
-18
lines changed
Binary file not shown.

firmware/manifest-3.json

-12
This file was deleted.

firmware/stable/firmware.bin

439 KB
Binary file not shown.

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script type="module" src="https://unpkg.com/[email protected]/dist/web/install-button.js?module"></script>
77

88
<script type="module">
9-
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
9+
import { request } from "https://cdn.skypack.dev/@octokit/request";
1010
</script>
1111
</head>
1212

@@ -23,9 +23,9 @@
2323
Stable (main branch):
2424
<esp-web-install-button manifest="firmware/manifest-stable.json"></esp-web-install-button>
2525
</div>
26-
<div id="install-button-ap-password">
27-
Latest-2:
28-
<esp-web-install-button manifest="firmware/manifest-3.json"></esp-web-install-button>
26+
<div id="install-button-latest">
27+
Latest (whatever branch was updated most recently):
28+
<esp-web-install-button manifest="firmware/manifest-latest.json"></esp-web-install-button>
2929
</div>
3030
</body>
3131

firmware/manifest-latest.json manifest/manifest-latest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"chipFamily": "ESP8266",
77
"parts": [
8-
{ "path": "https://api.github.com/repos/ow-breaker/Owie/releases/assets/1", "offset": 0 }
8+
{ "path": "../firmware/latest/firmware.bin", "offset": 0 }
99
]
1010
}
1111
]

firmware/manifest-stable.json manifest/manifest-stable.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"chipFamily": "ESP8266",
77
"parts": [
8-
{ "path": "https://api.github.com/repos/ow-breaker/Owie/releases/assets/1", "offset": 0 }
8+
{ "path": "../firmware/stable/firmware.bin", "offset": 0 }
99
]
1010
}
1111
]

0 commit comments

Comments
 (0)