update release manifest branch

This commit is contained in:
Adeeb Shihadeh
2026-04-07 10:57:40 -07:00
parent 0354c3e441
commit 7b5f00ef1a
+1 -1
View File
@@ -8,7 +8,7 @@ from pathlib import Path
from urllib.parse import urlparse
MASTER_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/master/system/hardware/tici/agnos.json"
RELEASE_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/release3/system/hardware/tici/agnos.json"
RELEASE_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/release-mici/system/hardware/tici/agnos.json"
ROOT = Path(__file__).parent.parent