diff Discovery/Inc/t3.h @ 980:7149f372b0ba Evo_2_23

Fix a couple of bugs in the scrubber timer: - double speed scrubber countdown in simulator mode - unwanted updating of last scrubber use date in simulator mode - invalid remaining scrubber display in surface mode (mikeller)
author heinrichsweikamp
date Tue, 04 Feb 2025 13:49:43 +0100 (2 months ago)
parents 717b460294cd
children
line wrap: on
line diff
--- a/Discovery/Inc/t3.h	Tue Feb 04 13:48:53 2025 +0100
+++ b/Discovery/Inc/t3.h	Tue Feb 04 13:49:43 2025 +0100
@@ -44,6 +44,6 @@
 uint8_t t3_customview_disabled(uint8_t view);
 void t3_handleAutofocus(void);
 
-int printScrubberText(char *text, size_t size, SSettings *settings);
+int printScrubberText(char *text, size_t size, const SScrubberData *scrubberData, SSettings *settings);
 
 #endif /* T3_H */