Skip to content

Commit

Permalink
switch back to release manifest (#57)
Browse files Browse the repository at this point in the history
* switch back to release
  • Loading branch information
andiradulescu authored Sep 11, 2024
1 parent 0a66ca6 commit e8a76e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const config = {
manifests: {
// release3: 'https://raw.githubusercontent.com/commaai/openpilot/release3/system/hardware/tici/agnos.json',
master: 'https://raw.githubusercontent.com/commaai/openpilot/master/system/hardware/tici/agnos.json',
release: 'https://raw.githubusercontent.com/commaai/openpilot/release3/system/hardware/tici/agnos.json',
// master: 'https://raw.githubusercontent.com/commaai/openpilot/master/system/hardware/tici/agnos.json',
},
}

Expand Down
3 changes: 1 addition & 2 deletions src/utils/fastboot.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,8 @@ export function useFastboot() {
break
}

// TODO: change manifest once alt image is in release
imageWorker.current?.init()
.then(() => download(config.manifests['master']))
.then(() => download(config.manifests['release']))
.then(blob => blob.text())
.then(text => {
manifest.current = createManifest(text)
Expand Down

0 comments on commit e8a76e9

Please sign in to comment.