Mercurial > public > ostc4
diff Common/Inc/settings.h @ 626:3e1a0e267f38
Added option to select sensitivity of focus detection:
Depending on the location the computer is equiped during dive (arm wet/ dry suite, glove...) it is usefull to adapt the sensitivity of the focus detection. Technical it means the radius of the spot in which direction ray is projected may be changed in size.
The option has been added to the motion control menu.
author | Ideenmodellierer |
---|---|
date | Fri, 12 Feb 2021 21:37:50 +0100 |
parents | 1c95f811967c |
children | f735f1123526 |
line wrap: on
line diff
--- a/Common/Inc/settings.h Mon Feb 08 21:35:46 2021 +0100 +++ b/Common/Inc/settings.h Fri Feb 12 21:37:50 2021 +0100 @@ -238,7 +238,7 @@ uint8_t compassInertia; uint8_t tX_customViewPrimaryBF; /* new in 0xFFFF001D */ - uint8_t viewPortMode; + uint8_t viewPortMode; /* 7-Reserve| 6..5 - Focus spot size | 4-Focusframe | 3-Reserve | 2..0-BacklightBoost */ uint16_t viewRoll; uint16_t viewPitch; uint16_t viewYaw;