Update hardwared.py
This commit is contained in:
parent
6966ad8d76
commit
08758969a4
@ -340,7 +340,7 @@ def hardware_thread(end_event, hw_queue) -> None:
|
|||||||
if TICI and HARDWARE.get_device_type() == "tici":
|
if TICI and HARDWARE.get_device_type() == "tici":
|
||||||
if not os.path.isfile("/persist/comma/living-in-the-moment"):
|
if not os.path.isfile("/persist/comma/living-in-the-moment"):
|
||||||
if not Path("/data/media").is_mount():
|
if not Path("/data/media").is_mount():
|
||||||
set_offroad_alert_if_changed("Offroad_StorageMissing", True)
|
pass #set_offroad_alert_if_changed("Offroad_StorageMissing", True)
|
||||||
else:
|
else:
|
||||||
# check for bad NVMe
|
# check for bad NVMe
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user