comparison Discovery/Src/settings.c @ 259:26c874cdde0d bm-3

feature: allow new saturation to be set in lower left corner While we already could select it during a dive, it was not possible to set the left lower corner field to the saturation field as a default setting. With this commit, we can. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Mon, 15 Apr 2019 17:35:47 +0200
parents b2a9e9b02df0
children 2f0eb65df557
comparison
equal deleted inserted replaced
258:0087d6251f59 259:26c874cdde0d
1153 corrections++; 1153 corrections++;
1154 } 1154 }
1155 1155
1156 /* uint8_t tX_userselectedLeftLowerCornerPrimary; 1156 /* uint8_t tX_userselectedLeftLowerCornerPrimary;
1157 */ 1157 */
1158 if(Settings.tX_userselectedLeftLowerCornerPrimary > 7) 1158 if(Settings.tX_userselectedLeftLowerCornerPrimary > 8)
1159 { 1159 {
1160 Settings.tX_userselectedLeftLowerCornerPrimary = 1; 1160 Settings.tX_userselectedLeftLowerCornerPrimary = 1;
1161 corrections++; 1161 corrections++;
1162 } 1162 }
1163 1163