1
0
forked from me/IronOS

changed default orientation to auto for TS100/80(P)

This commit is contained in:
discip
2022-01-07 02:53:21 +01:00
committed by GitHub
parent fd7354d930
commit 4e890dd569

View File

@@ -56,7 +56,7 @@
* OLED Orientation
*
*/
#define ORIENTATION_MODE 0 // 0: Right 1:Left 2:Automatic - Default right
#define ORIENTATION_MODE 2 // 0: Right 1:Left 2:Automatic - Default Automatic
#define REVERSE_BUTTON_TEMP_CHANGE 0 // 0:Default 1:Reverse - Reverse the plus and minus button assigment for temperature change
/**