remove unofficialhardware alert (#224)

remove unofficialhardware alert
remove "WARNING: This branch is not tested"
This commit is contained in:
「 crwusiz 」
2025-11-02 18:40:02 +09:00
committed by GitHub
parent 771e7acd61
commit d6899edd97
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -125,7 +125,7 @@ class SelfdriveD:
self.recalibrating_seen = False
self.state_machine = StateMachine()
self.rk = Ratekeeper(100, print_delay_threshold=None)
self.atc_type_last = ""
@@ -136,7 +136,7 @@ class SelfdriveD:
self.ignored_processes = {'loggerd', }
# Determine startup event
self.startup_event = EventName.startup if build_metadata.openpilot.comma_remote and build_metadata.tested_channel else EventName.startupMaster
self.startup_event = EventName.startup #if build_metadata.openpilot.comma_remote and build_metadata.tested_channel else EventName.startupMaster
if not car_recognized:
self.startup_event = EventName.startupNoCar
elif car_recognized and self.CP.passive:
+1 -1
View File
@@ -112,7 +112,7 @@ def register(show_spinner=False) -> str | None:
if dongle_id:
params.put("DongleId", dongle_id)
set_offroad_alert("Offroad_UnofficialHardware", (dongle_id == UNREGISTERED_DONGLE_ID) and not PC)
#set_offroad_alert("Offroad_UnofficialHardware", (dongle_id == UNREGISTERED_DONGLE_ID) and not PC)
return dongle_id