Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
675:3c4a3d78ff2b | 676:c855753af9a6 |
---|---|
71 #define PRESSURE_OFFSET_LIMIT_MBAR 50 | 71 #define PRESSURE_OFFSET_LIMIT_MBAR 50 |
72 | 72 |
73 #define MAX_COMPASS_COMP (2u) | 73 #define MAX_COMPASS_COMP (2u) |
74 #define MAX_VIEWPORT_MODE (0x7F) | 74 #define MAX_VIEWPORT_MODE (0x7F) |
75 | 75 |
76 #define MAX_SCRUBBER_TIME (500u) | 76 #define MAX_SCRUBBER_TIME (999u) |
77 #define MIN_PPO2_SP_CBAR (40u) | 77 #define MIN_PPO2_SP_CBAR (40u) |
78 | 78 |
79 #define PSCR_MAX_O2_DROP (15u) | 79 #define PSCR_MAX_O2_DROP (15u) |
80 #define PSCR_MIN_LUNG_RATIO (5u) | 80 #define PSCR_MIN_LUNG_RATIO (5u) |
81 #define PSCR_MAX_LUNG_RATIO (20u) | 81 #define PSCR_MAX_LUNG_RATIO (20u) |