Support of simple gestures for VL53L0X laser sensor

This commit is contained in:
Egor Chernodarov
2021-04-02 23:04:10 +07:00
parent 8755a9bcda
commit 601005f837
5 changed files with 167 additions and 1 deletions

View File

@@ -577,7 +577,7 @@ WLED_GLOBAL UsermodManager usermods _INIT(UsermodManager());
#else
#define DEBUG_PRINT(x)
#define DEBUG_PRINTLN(x)
#define DEBUG_PRINTF(x)
#define DEBUG_PRINTF(x...)
#endif
#ifdef WLED_DEBUG_FS