更新日期

This commit is contained in:
sunbeam 2024-12-20 17:10:06 +08:00
parent d1915a2fac
commit 2638a07571

View File

@ -50,7 +50,7 @@ __root const app_CfgInfoType app_info = {
.sAswHeader = ASW_HEAD_MASK,//0x00010400 .sAswHeader = ASW_HEAD_MASK,//0x00010400
.appBuildTime = __TIME__,//0x00010404 .appBuildTime = __TIME__,//0x00010404
.appBuildDate = __DATE__,//0x00010410 .appBuildDate = __DATE__,//0x00010410
.appSW_VERSION = "SW0101_20241211", .appSW_VERSION = "SW0101_20241220",
}; };