Mercurial > public > ostc4
comparison Discovery/Inc/t3.h @ 1014:8c0134a287da GasConsumption
Add a log data event to the scrubber timer at the start of the dive and every time the timer (in minutes)
is decremented. The event contains a 12 bit signed integer for the remaining scrubber duration, and two
flags for scrubber warning (0x2000, <= 30 minutes remaining) and scrubber error (0x4000, <= 0 minutes remaining).
(mikeller)
| author | heinrichsweikamp |
|---|---|
| date | Sun, 11 May 2025 16:18:20 +0200 |
| parents | 7149f372b0ba |
| children |
comparison
equal
deleted
inserted
replaced
| 1013:fa1af49319e5 | 1014:8c0134a287da |
|---|---|
| 42 uint8_t t3_getCustomView(void); | 42 uint8_t t3_getCustomView(void); |
| 43 void t3_set_customview_to_primary(void); | 43 void t3_set_customview_to_primary(void); |
| 44 uint8_t t3_customview_disabled(uint8_t view); | 44 uint8_t t3_customview_disabled(uint8_t view); |
| 45 void t3_handleAutofocus(void); | 45 void t3_handleAutofocus(void); |
| 46 | 46 |
| 47 int printScrubberText(char *text, size_t size, const SScrubberData *scrubberData, SSettings *settings); | 47 unsigned printScrubberText(char *text, size_t size, const SScrubberData scrubberData[], const SSettings *settings, bool useTwoLines); |
| 48 | 48 |
| 49 #endif /* T3_H */ | 49 #endif /* T3_H */ |
