diff options
author | GeminiServer <[email protected]> | 2020-03-20 12:49:03 +0100 |
---|---|---|
committer | GeminiServer <[email protected]> | 2020-03-20 12:49:03 +0100 |
commit | 797d2c247aed082d3aba13a5840fac7412656c61 (patch) | |
tree | 40078319cac7137a093286b2e0d9ae9cbc8e3c63 | |
parent | 050f2076841e5f22f56e0d3cc2f8ef9b6c8f13f3 (diff) | |
download | IronOS-797d2c247aed082d3aba13a5840fac7412656c61.tar.gz IronOS-797d2c247aed082d3aba13a5840fac7412656c61.zip |
Separated Temp change configurations
-rw-r--r-- | workspace/TS100/configuration.h | 5 |
1 files changed, 4 insertions, 1 deletions
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> |