wip
This commit is contained in:
@@ -6,8 +6,8 @@ import urllib.request
|
||||
from openpilot.common.params import Params
|
||||
from openpilot.system.version import get_short_branch
|
||||
|
||||
VERSION = 'v1' if get_short_branch() == "FrogPilot" else 'v2'
|
||||
REPOSITORY_URL = 'https://github.com/FrogAi/FrogPilot-Resources/releases/download'
|
||||
VERSION = 'v1' if get_short_branch() == "clearpilot" else 'v2'
|
||||
REPOSITORY_URL = 'https://privategit.hanson.xyz/brianhansonxyz/clearpilot'
|
||||
|
||||
DEFAULT_MODEL = "wd-40"
|
||||
DEFAULT_MODEL_NAME = "WD40 (Default)"
|
||||
|
||||
Reference in New Issue
Block a user