Skip to content

Commit 1e14716

Browse files
committed
click encoder not consuming all input
1 parent f5a0e1a commit 1e14716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/menuIO/clickEncoderIn.h

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ ex: -A0 means: pin A0 normally high, low when button pushed (reverse logic)
8787
if (btn == ClickEncoder::DoubleClicked)
8888
return options->navCodes[escCmd].ch;//menu::escCode;
8989

90+
btn=ClickEncoder::Open;//2017, must consume not used input to proceed
91+
9092
int d = pos - oldPos;
9193
if (d <= -sensivity)
9294
return options->navCodes[downCmd].ch;//menu::downCode;

0 commit comments

Comments
 (0)