From 3a8bb77c9bacc1810fde00d1468fd7ae9a01dc04 Mon Sep 17 00:00:00 2001 From: Mickael Gaillard Date: Sun, 26 Apr 2020 00:05:54 +0200 Subject: [PATCH] Enable Gesture by default (fix bad remove) Signed-off-by: Mickael Gaillard --- tasmota/xsns_27_apds9960.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/xsns_27_apds9960.ino b/tasmota/xsns_27_apds9960.ino index 7cf3a426c..e55deb276 100644 --- a/tasmota/xsns_27_apds9960.ino +++ b/tasmota/xsns_27_apds9960.ino @@ -61,6 +61,8 @@ #define APDS9930_CHIPID_1 0x12 // we will check, if someone got an incorrect sensor #define APDS9930_CHIPID_2 0x39 // there are case reports about "accidentially bought" 9930's +#define APDS9960_GESTURE // Enable Gesture feature(2k on flash) + /* Gesture parameters */ #define GESTURE_THRESHOLD_OUT 10 #define GESTURE_SENSITIVITY_1 50