From 2e84abfd073ec3047c7b3295c47f109007f3bd80 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 02 Feb 2026 16:34:56 +0800 Subject: [PATCH] Update lightd code to get lux value without timeout --- .gitignore | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index e66af8e..75e1e26 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,10 @@ *.o lib*.so* lib*.a -mqttd + +# deb files +project/deb/*d +*.deb # ctags files cscope.* @@ -28,6 +31,7 @@ # symbolic link project/*/booster +project/*/deb project/*/modules project/*/openlibs -- Gitblit v1.9.1