From 91a213132ade2761d4a13b1a6897d32d00d3b22b Mon Sep 17 00:00:00 2001 From: George Belmont Date: Fri, 14 Aug 2020 08:17:25 -0400 Subject: [PATCH] Fixed options.txt to leave RotaryEncoderEnable and RotaryEncoderInvert turned off by default. --- options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.txt b/options.txt index c3cd196..551eaf2 100644 --- a/options.txt +++ b/options.txt @@ -135,8 +135,8 @@ GraphIEC = 1 // Updated to address issue #185 and allow for inversion of rotary operation // for certain encoders. - 08/13/2020 by Geo... // -RotaryEncoderEnable = 1 -RotaryEncoderInvert = 1 +//RotaryEncoderEnable = 1 +//RotaryEncoderInvert = 1 // This option will display the temperature of the Pi's CPU. // It should be about 52�C anything above 65�C is bad and there is something wrong with your hardware