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/atcmd.c | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Production/ISKBoard_QCTester/Core/ESP/atcmd.c b/Production/ISKBoard_QCTester/Core/ESP/atcmd.c index a67f16d..28a7970 100644 --- a/Production/ISKBoard_QCTester/Core/ESP/atcmd.c +++ b/Production/ISKBoard_QCTester/Core/ESP/atcmd.c @@ -1,10 +1,12 @@ -/* - * Copyright (c) 2022 Avnet - * Author: Guo Wenxue <wenxue.guo@avnet.com> - * - * This library is free software; you can redistribute it and/or modify it - * under the terms of the GPL license. - */ +/********************************************************************** +* Copyright: (C)2023 LingYun IoT System Studio +* Author: GuoWenxue<guowenxue@gmail.com> QQ: 281143292 +* Description: AT command send/receive low level API +* +* ChangeLog: +* Version Date Author Description +* V1.0.0 2023.04.3 GuoWenxue Release initial version +***********************************************************************/ #include <ctype.h> #include <string.h> -- Gitblit v1.9.1