添加排除python打包文件的忽略项
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -8,4 +8,7 @@ JLinkSettings.ini
|
|||||||
build_log.txt
|
build_log.txt
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pid
|
*.pid
|
||||||
*.pkt
|
*.pkt
|
||||||
|
*.spec
|
||||||
|
python/build/
|
||||||
|
python/dist/
|
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define BUILD_DATE "2023-06-16 19:59:30"
|
#define BUILD_DATE "2023-06-19 09:41:22"
|
||||||
#define SOFT_VERSION "0.01"
|
#define SOFT_VERSION "0.01"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -287,7 +287,8 @@ static void check_return_ok(void *p)
|
|||||||
for(int i=0;i<10;i++){
|
for(int i=0;i<10;i++){
|
||||||
arr_append(a,i+slave_addr_off());
|
arr_append(a,i+slave_addr_off());
|
||||||
arr_append(a,0);// 成功
|
arr_append(a,0);// 成功
|
||||||
arr_append_num(a,4,0);
|
arr_append(a,i+1);// 返回真是序号
|
||||||
|
arr_append_num(a,3,0);
|
||||||
}
|
}
|
||||||
emit tran_send_signal(u->u.p,0x81,arr_temp(a));
|
emit tran_send_signal(u->u.p,0x81,arr_temp(a));
|
||||||
tran_set_busy(u->u.p,0);
|
tran_set_busy(u->u.p,0);
|
||||||
|
Reference in New Issue
Block a user