From c395bea78de70eb968c697e55c486d1d249f4b58 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 27 Nov 2025 21:44:58 +0800
Subject: [PATCH] Update lightd code for incoming detect

---
 project/lightd/hal/tsl2561.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/project/lightd/hal/tsl2561.h b/project/lightd/hal/tsl2561.h
index 540a0bd..46dfd96 100644
--- a/project/lightd/hal/tsl2561.h
+++ b/project/lightd/hal/tsl2561.h
@@ -24,7 +24,7 @@
 #ifndef  _TSL2561_H_
 #define  _TSL2561_H_
 
-#define TSL2561_I2CDEV                 "/dev/i2c-0"
+#define TSL2561_I2CDEV                 "/dev/i2c-1"
 #define TSL2561_I2CADDR                 0x39
 
 extern int tsl2561_get_lux(float *lux);

--
Gitblit v1.9.1