diff Common/Inc/data_central.h @ 247:3949781096d4 bm-1

feature: Relative GF to Saturation renames Rename relevant code from Relative GF to Saturation. Involving UI elements, variable names, translated texts (that still need to be done), etc. No functional changes. Notice that I chose super_saturation as name, to provide a better link to the hwOS repo. Further notice that the TXT variable name is not changed. This is intensional, as there is also a desaturation variable, so things might get confusing renaming the TXT variable name. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Tue, 09 Apr 2019 16:30:21 +0200
parents 2bb1db22b5f5
children 2e58a4094770
line wrap: on
line diff
--- a/Common/Inc/data_central.h	Tue Apr 09 15:38:31 2019 +0200
+++ b/Common/Inc/data_central.h	Tue Apr 09 16:30:21 2019 +0200
@@ -86,7 +86,7 @@
 	int output_time_to_surface_seconds;
 	int output_ndl_seconds;
 	float output_ceiling_meter;
-	float output_relative_gradient;
+	float super_saturation;
 	uint32_t tickstamp;
 } 	SDecoinfo;