Commit ba26d6b8d7b3a2bcd666e41c46df29463ade591b

Authored by luozhesi
1 parent e26abe08

style(version string):change version string

Showing 1 changed file with 1 additions and 1 deletions
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 #include "app_ver.h" 19 #include "app_ver.h"
20 #include "flash_boot.h" 20 #include "flash_boot.h"
21 21
22 -const char sdk_version[] = "(BlueSea SDK)V1.2.D7 optek link SDK V1.3.0 20210601"; 22 +const char sdk_version[] = "(BlueSea SDK)V1.2.D7 optek link SDK V1.3.0 20210602";
23 23
24 const char project_ver_date[] = __DATE__; 24 const char project_ver_date[] = __DATE__;
25 const char project_time_date[] = __TIME__; 25 const char project_time_date[] = __TIME__;
Please register or login to post a comment