From d03f549fa5327ff2e138547e702877cb12a82189 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 22 Nov 2025 20:24:56 +0800 Subject: [PATCH] update TSL2561 source code to fix bug --- project/thingsboard/thingsboard.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/thingsboard/thingsboard.c b/project/thingsboard/thingsboard.c index 6611f22..7f59ea7 100644 --- a/project/thingsboard/thingsboard.c +++ b/project/thingsboard/thingsboard.c @@ -2,8 +2,8 @@ * Copyright: (C) 2019 LingYun IoT System Studio * All rights reserved. * - * Filename: main.c - * Description: This file + * Filename: thingsboard.c + * Description: This file is thingsboard platform device daemon program. * * 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 "sht20.h" #include "leds.h" -- Gitblit v1.9.1