Fixed options.txt to leave RotaryEncoderEnable and RotaryEncoderInvert turned off by default.
This commit is contained in:
parent
46381430e1
commit
91a213132a
1 changed files with 2 additions and 2 deletions
|
@ -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<35>C anything above 65<36>C is bad and there is something wrong with your hardware
|
||||
|
|
Loading…
Reference in a new issue