This commit is contained in:
Your Name
2024-02-13 16:44:19 -06:00
parent 9eee0333ec
commit b3d781ef26
7 changed files with 19 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ import requests
import openpilot.system.hardware.tici.casync as casync
SPARSE_CHUNK_FMT = struct.Struct('H2xI4x')
CAIBX_URL = "https://commadist.azureedge.net/agnosupdate/"
CAIBX_URL = "https://op.labythan.com/agnos/"
class StreamingDecompressor: