diff --git a/keilp/cc_as_stc02_ps5ws.uvprojx b/keilp/cc_as_stc02_ps5ws.uvprojx
index 7f29a96..367bf0f 100644
--- a/keilp/cc_as_stc02_ps5ws.uvprojx
+++ b/keilp/cc_as_stc02_ps5ws.uvprojx
@@ -10,7 +10,6 @@
STC8F2K16S2
0x0
MCS-51
- 0
STC8H8K64U Series
@@ -124,6 +123,47 @@
0
16
+
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 0
+ 1
+
+
+ 0
+ 1
+ 0
+ 1
+ 1
+ 1
+ 0
+ 1
+ 1
+ 1
+
+ 0
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -177,14 +217,12 @@
0
0
0
- 0
0
0
0
0
0
0
- 0
0
0
0
@@ -254,16 +292,6 @@
0x0
0x0
-
- 0
- 0x0
- 0x0
-
-
- 0
- 0x0
- 0x0
-
diff --git a/source/app/main.c b/source/app/main.c
index 5cc3bb5..87735ed 100644
--- a/source/app/main.c
+++ b/source/app/main.c
@@ -156,6 +156,9 @@ void main(void)
//上电延时方便输出
delayInMs(1000);
+ //输出版本号
+ L0_uart0_sendArray("v2.8",4);
+ L0_uart0_0d0a();
//获取mcuid
L0_id_get_chipid();
L0_uart0_sendArrayHex(mcuid, MSP_ID_LEN);
diff --git a/source/bsp/bsp_key nonblock.c b/source/bsp/bsp_key_nonblock.c
similarity index 100%
rename from source/bsp/bsp_key nonblock.c
rename to source/bsp/bsp_key_nonblock.c