Mercurial > public > ostc4
diff Discovery/Inc/tHome.h @ 981:c6c781a2e85b default
Merge into default
| author | heinrichsweikamp |
|---|---|
| date | Tue, 11 Feb 2025 18:12:00 +0100 |
| parents | 2225c467f1e9 |
| children | 5b913cdaa9dc |
line wrap: on
line diff
--- a/Discovery/Inc/tHome.h Tue Aug 13 13:24:54 2024 +0200 +++ b/Discovery/Inc/tHome.h Tue Feb 11 18:12:00 2025 +0100 @@ -80,7 +80,8 @@ CVIEW_Charger, CVIEW_CcrSummary, CVIEW_Timer, - CVIEW_END = 31 /* The ID is used in shift operation => 31 is the max number of supported views */ + CVIEW_Position, + CVIEW_END /* The ID is used in shift operation => 31 is the max number of supported views */ }; enum CUSTOMVIEWS_BF
