From 9ae5259c592406577656b8432c4aa2e86ea2a7f6 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 20 Nov 2025 15:18:15 +0800 Subject: [PATCH] Add generate deb package support --- project/lightd/lightd.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/lightd/lightd.c b/project/lightd/lightd.c index e3df1ec..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> -- Gitblit v1.9.1