From a574ce7edf7f31847be882f9f08dcd1ab8e5ebe0 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 18 Nov 2025 16:00:47 +0800 Subject: [PATCH] update lightd and thingsboard --- project/lightd/lightd.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/lightd/lightd.c b/project/lightd/lightd.c index 22ce0cb..f4f9af7 100644 --- a/project/lightd/lightd.c +++ b/project/lightd/lightd.c @@ -2,8 +2,8 @@ * Copyright: (C) 2019 LingYun IoT System Studio * All rights reserved. * - * Filename: main.c - * Description: This file + * Filename: lightd.c + * Description: This file is infrared detect auto light program on RaspberryPi * * Version: 1.0.0(29/01/19) * Author: Guo Wenxue <guowenxue@gmail.com> @@ -23,7 +23,7 @@ #include <cjson/cJSON.h> #include "logger.h" -#include "util_proc.h" +#include "proc.h" #include "config.h" #include "tsl2561.h" #include "ds18b20.h" -- Gitblit v1.9.1