Mercurial > public > ostc4
diff Common/Inc/settings.h @ 676:c855753af9a6 Betatest
Allow longer scrubber time
Do not limit the user.
Signed-off-by: Jan Mulder <jan@jlmulder.nl>
author | Jan Mulder <jan@jlmulder.nl> |
---|---|
date | Mon, 22 Nov 2021 19:39:11 +0100 |
parents | 1b995079c045 |
children | 52d68cf9994c |
line wrap: on
line diff
--- a/Common/Inc/settings.h Wed Mar 30 18:07:21 2022 +0200 +++ b/Common/Inc/settings.h Mon Nov 22 19:39:11 2021 +0100 @@ -73,7 +73,7 @@ #define MAX_COMPASS_COMP (2u) #define MAX_VIEWPORT_MODE (0x7F) -#define MAX_SCRUBBER_TIME (500u) +#define MAX_SCRUBBER_TIME (999u) #define MIN_PPO2_SP_CBAR (40u) #define PSCR_MAX_O2_DROP (15u)