This commit is contained in:
Your Name
2024-05-09 21:48:47 -05:00
parent 44878b6db0
commit 8b8e78d04a
2 changed files with 4 additions and 4 deletions

View File

@@ -209,8 +209,8 @@ def thermald_thread(end_event, hw_queue) -> None:
offline_mode = device_management and params.get_bool("OfflineMode")
# For testing a temporary overtemp notice
# set to 100 to show
test_temp_count = 100
# set to 200 to show
test_temp_count = 200
while not end_event.is_set():
sm.update(PANDA_STATES_TIMEOUT)