We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a0e1a commit 1e14716Copy full SHA for 1e14716
src/menuIO/clickEncoderIn.h
@@ -87,6 +87,8 @@ ex: -A0 means: pin A0 normally high, low when button pushed (reverse logic)
87
if (btn == ClickEncoder::DoubleClicked)
88
return options->navCodes[escCmd].ch;//menu::escCode;
89
90
+ btn=ClickEncoder::Open;//2017, must consume not used input to proceed
91
+
92
int d = pos - oldPos;
93
if (d <= -sensivity)
94
return options->navCodes[downCmd].ch;//menu::downCode;
0 commit comments