Skip to content

Commit a053ef1

Browse files
committed
test all images
1 parent ad03f78 commit a053ef1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const config = {
22
manifests: {
3-
// release: 'https://raw.githubusercontent.com/commaai/openpilot/release3/system/hardware/tici/agnos.json',
4-
// master: 'https://raw.githubusercontent.com/commaai/openpilot/master/system/hardware/tici/agnos.json',
3+
release: 'https://raw.githubusercontent.com/commaai/openpilot/release3/system/hardware/tici/agnos.json',
4+
master: 'https://raw.githubusercontent.com/commaai/openpilot/master/system/hardware/tici/agnos.json',
55
staging: 'https://raw.githubusercontent.com/commaai/openpilot/agnos11.7/system/hardware/tici/agnos.json',
66
},
77
loader: {

src/utils/flash.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function useQdl() {
124124
}
125125

126126
imageWorker.current?.init()
127-
.then(() => download(config.manifests['release']))
127+
.then(() => download(config.manifests.staging))
128128
.then(blob => blob.text())
129129
.then(text => {
130130
manifest.current = createManifest(text)

0 commit comments

Comments
 (0)