dashboard: auto refresh diagnostics overlay every 5 seconds
This commit is contained in:
@@ -2217,5 +2217,10 @@ void loop()
|
||||
process_obd_can();
|
||||
process_dashboard_page_switch();
|
||||
|
||||
delay(50);
|
||||
|
||||
|
||||
if (diagnostics_overlay != nullptr) {
|
||||
update_diagnostics_overlay();
|
||||
}
|
||||
delay(50);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user