Setup variable refresh time for different UI components

This commit is contained in:
Clément Grennerat
2025-09-16 23:52:53 +02:00
parent 93a3dd8afd
commit 2c419094ae
2 changed files with 28 additions and 9 deletions
+3 -1
View File
@@ -18,7 +18,9 @@
void run_dashboard_loop();
void init();
void update_values();
// refresh_slow = 0 if it should not refresh the low-refresh rate information.
// refresh_mid = 0 if it should not refresh the mid-refresh rate information.
void update_values(uint8_t refresh_slow, uint8_t refresh_mid);
void update_adc();