File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
const config = {
2
2
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' ,
5
5
staging : 'https://raw.githubusercontent.com/commaai/openpilot/agnos11.7/system/hardware/tici/agnos.json' ,
6
6
} ,
7
7
loader : {
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export function useQdl() {
124
124
}
125
125
126
126
imageWorker . current ?. init ( )
127
- . then ( ( ) => download ( config . manifests [ 'release' ] ) )
127
+ . then ( ( ) => download ( config . manifests . staging ) )
128
128
. then ( blob => blob . text ( ) )
129
129
. then ( text => {
130
130
manifest . current = createManifest ( text )
You can’t perform that action at this time.
0 commit comments