From 797d2c247aed082d3aba13a5840fac7412656c61 Mon Sep 17 00:00:00 2001 From: GeminiServer Date: Fri, 20 Mar 2020 12:49:03 +0100 Subject: [PATCH] Separated Temp change configurations --- workspace/TS100/configuration.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/workspace/TS100/configuration.h b/workspace/TS100/configuration.h index 5e0b6a89..d56f4f83 100644 --- a/workspace/TS100/configuration.h +++ b/workspace/TS100/configuration.h @@ -45,13 +45,16 @@ */ #define ORIENTATION_MODE 0 // 0: Right 1:Left 2:Automatic - Default right #define REVERSE_BUTTON_TEMP_CHANGE 0 // 0:Default 1:Reverse - Reverse the plus and minus button assigment for temperatur change + +/** + * Temp change settings + */ #define TEMP_CHANGE_SHORT_STEP 1 // Default temp change short step +1 #define TEMP_CHANGE_LONG_STEP 10 // Default temp change long step +10 #define TEMP_CHANGE_SHORT_STEP_MAX 50 // Temp change short step MAX value #define TEMP_CHANGE_LONG_STEP_MAX 100 // Temp change long step MAX value - /** * OLED Orientation Sensitivity on Automatic mode! * Motion Sensitivity <0=Off 1=Least Sensitive 9=Most Sensitive>