Mercurial > public > ostc4
changeset 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 | 3c4a3d78ff2b |
children | 1953cd9145b3 |
files | Common/Inc/settings.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)