diff --git a/firmware/application/touch.hpp b/firmware/application/touch.hpp index ec0491fe..cbd13b06 100644 --- a/firmware/application/touch.hpp +++ b/firmware/application/touch.hpp @@ -38,7 +38,7 @@ using sample_t = uint16_t; constexpr sample_t sample_max = 1023; -constexpr sample_t touch_threshold = sample_max * 0.3f; +constexpr sample_t touch_threshold = sample_max * 0.5f; struct Samples { sample_t xp;