Mercurial > public > ostc4
comparison Discovery/Src/tMenuEdit.c @ 951:e9c37071933b Evo_2_23
Added vibration warning:
The internal buzzer of the GPIO_V2 may now be used as additional warning notificator. It can be activated using the check button in the customer view menu. The vibration will be active while the warning message is displayed in the dive window. In case the diver is in the menu then the warning will be active for a shorter duration.
author | Ideenmodellierer |
---|---|
date | Sun, 29 Dec 2024 18:29:56 +0100 |
parents | c6b858f2e025 |
children |
comparison
equal
deleted
inserted
replaced
950:922ee3d7d2f3 | 951:e9c37071933b |
---|---|
254 case StMCustom3_CViewSelection3: | 254 case StMCustom3_CViewSelection3: |
255 case StMCustom3_CViewSelection4: | 255 case StMCustom3_CViewSelection4: |
256 case StMCustom3_CViewSelection5: | 256 case StMCustom3_CViewSelection5: |
257 case StMCustom3_CViewSelection6: refreshFct = CustomviewDivemode_refresh; | 257 case StMCustom3_CViewSelection6: refreshFct = CustomviewDivemode_refresh; |
258 break; | 258 break; |
259 #ifdef ENABLE_MOTION_CONTROL | |
259 case (StMCustom5_CViewPortCalib & MaskFieldDigit): | 260 case (StMCustom5_CViewPortCalib & MaskFieldDigit): |
260 case StMCustom5_CViewPortLayout: | 261 case StMCustom5_CViewPortLayout: |
261 case StMCustom5_CViewPortAmbient: refreshFct = refresh_ViewPort; | 262 case StMCustom5_CViewPortAmbient: refreshFct = refresh_ViewPort; |
262 break; | 263 break; |
264 #endif | |
263 default: /* no menu has been updated */ | 265 default: /* no menu has been updated */ |
264 break; | 266 break; |
265 } | 267 } |
266 | 268 |
267 if(refreshFct != NULL) | 269 if(refreshFct != NULL) |