Skip to content

Commit

Permalink
Merge pull request #16 from mikevanis/hotfix/captouch
Browse files Browse the repository at this point in the history
change captouch val
  • Loading branch information
mikevanis authored Sep 15, 2020
2 parents ddce26a + 54be54b commit ef7d31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32-SOCKETIO.ino
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class CapacitiveConfig: public ButtonConfig {
}
};

#define TOUCH_THRESHOLD 30
#define TOUCH_THRESHOLD 60
#define LONG_TOUCH 1500
CapacitiveConfig touchConfig(CAPTOUCH, TOUCH_THRESHOLD);
AceButton buttonTouch(&touchConfig);
Expand Down

0 comments on commit ef7d31e

Please sign in to comment.