diff options
Diffstat (limited to 'example-fs-bb48/command.c')
-rw-r--r-- | example-fs-bb48/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example-fs-bb48/command.c b/example-fs-bb48/command.c index 1a6582c..485b116 100644 --- a/example-fs-bb48/command.c +++ b/example-fs-bb48/command.c @@ -142,8 +142,8 @@ get_hex (struct tty *tty, const char *s, uint32_t *v_p) } -#define TOUCH_VALUE_HIGH 195 -#define TOUCH_VALUE_LOW 150 +#define TOUCH_VALUE_HIGH 100 +#define TOUCH_VALUE_LOW 50 static void cmd_button (struct tty *tty, const char *line) { |