发布一个小版本

This commit is contained in:
hm
2022-04-07 21:07:19 +08:00
parent d555cf4f6c
commit 8727624b4c
16 changed files with 32 additions and 23 deletions
+1
View File
@@ -19,6 +19,7 @@ commandprocess::~commandprocess()
void commandprocess::process()//线程函数
{
QThread::msleep(5000);//5s后再发送
uint8_t count = 0;
qDebug() << "command" << QThread::currentThreadId();