From 8f692efa28cb68b9644d473aedc5caeee2496a61 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 26 十月 2023 17:11:17 +0800 Subject: [PATCH] 接收云端下发的modbusRTU配置 --- .gitignore | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f7f7161..b44b3d7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,11 @@ *.exe *.test -apsClient +apsClient* aps.db +aps.db-journal .idea -logs \ No newline at end of file +logs +datafile +datafile.zip +nohup.out -- Gitblit v1.8.0