From c2c9e808120ec584603130c8d9f087ca0cf5e74f Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Wed, 03 Nov 2021 23:03:01 +0800
Subject: [PATCH] update sht20.c

---
 iotd/conf/conf.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/iotd/conf/conf.c b/iotd/conf/conf.c
index 7797af6..aa0e2d1 100644
--- a/iotd/conf/conf.c
+++ b/iotd/conf/conf.c
@@ -72,6 +72,11 @@
                 if( 3 == rv) 
                 {
                     log_nrml("parser GPIO input[%s] BCM[%d] active[%d]\n", gpio->input[cnt].name, gpio->input[cnt].pin, gpio->input[cnt].active_level);
+                    if( strstr(gpio->input[cnt].name, "infrared") )
+                    {
+                        log_nrml("parser GPIO enable infrared detect\n");
+                        gpio->infrared_enable = 1;
+                    }
                     cnt++;
                     gpio->incnt = cnt;
                 }

--
Gitblit v1.9.1