Mercurial > public > ostc4
diff Discovery/Inc/base.h @ 611:916998f90e39
Suspend MotionDetection events while diver is operationg the OSTC:
In the previous version in some situations the customer selection of the diver was immediatly overwritten by the detection function value (e.g. in sector mode). To prevent this behaviour a timeout for the detection has been added. Also in case the diver is operating a sub menu the handling of motion detection events will now be blocked.
author | Ideenmodellierer |
---|---|
date | Thu, 14 Jan 2021 21:25:15 +0100 |
parents | e3237f580ae9 |
children | 5078da3845c0 |
line wrap: on
line diff
--- a/Discovery/Inc/base.h Thu Jan 14 20:38:28 2021 +0100 +++ b/Discovery/Inc/base.h Thu Jan 14 21:25:15 2021 +0100 @@ -109,6 +109,7 @@ void set_returnFromComm(void); uint8_t font_update_required(void); void set_Backlight_Boost(uint8_t level); +void StoreButtonAction(uint8_t action); #endif /* BASE_H */