add default json file

This commit is contained in:
xueyan hu
2022-01-21 11:06:10 +08:00
parent 54e1539783
commit b53ce5caf8
3 changed files with 28 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ int main(int argc, char* argv[])
redir.moveToThread(&thread);
QObject::connect(&Timer, SIGNAL(timeout()), &redir, SLOT(readOutsToTF()));
fflush(stdout);
Timer.start(10000);
Timer.start(1000);
thread.start();