From 0a714938963508d0a9792481c60863c56dc07e53 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 04 Apr 2023 00:12:01 +0800 Subject: [PATCH] update source code header --- Production/ISKBoard_QCTester/Core/ESP/logger.h | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Production/ISKBoard_QCTester/Core/ESP/logger.h b/Production/ISKBoard_QCTester/Core/ESP/logger.h index fc88705..286ba4c 100644 --- a/Production/ISKBoard_QCTester/Core/ESP/logger.h +++ b/Production/ISKBoard_QCTester/Core/ESP/logger.h @@ -1,9 +1,12 @@ -/* - * logger.h - * - * Created on: 2023年2月20日 - * Author: Think - */ +/********************************************************************** +* Copyright: (C)2023 LingYun IoT System Studio +* Author: GuoWenxue<guowenxue@gmail.com> QQ: 281143292 +* Description: ESP32 module linux compatible logger API +* +* ChangeLog: +* Version Date Author Description +* V1.0.0 2023.04.3 GuoWenxue Release initial version +***********************************************************************/ #ifndef SRC_ESP_LOGGER_H_ #define SRC_ESP_LOGGER_H_ -- Gitblit v1.9.1