mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-13 04:34:45 +08:00
Compare commits
5 Commits
v0.9.7.1
...
release-c3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ba3d8ea92 | ||
|
|
9614e5b54d | ||
|
|
85d3e23aa6 | ||
|
|
f95c4896ef | ||
|
|
178ee26a0e |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -85,6 +85,7 @@ def register(show_spinner=False) -> str | None:
|
||||
|
||||
if time.monotonic() - start_time > 60 and show_spinner:
|
||||
spinner.update(f"registering device - serial: {serial}, IMEI: ({imei1}, {imei2})")
|
||||
return UNREGISTERED_DONGLE_ID # hotfix to prevent an infinite wait for registration
|
||||
|
||||
if show_spinner:
|
||||
spinner.close()
|
||||
|
||||
@@ -245,6 +245,9 @@ class Updater:
|
||||
b: str | None = self.params.get("UpdaterTargetBranch", encoding='utf-8')
|
||||
if b is None:
|
||||
b = self.get_branch(BASEDIR)
|
||||
b = {
|
||||
("tizi", "release-c3"): "release-tizi",
|
||||
}.get((HARDWARE.get_device_type(), b), b)
|
||||
return b
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user