Compare commits

...

2 Commits

2 changed files with 1 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
[REPOSITORY_URL]
repository-url="https://git.mimbach49.de/GerhardHoffmann"
repository-url="https://ptu-config.atb-comm.de/ATB"
[DIRECTORIES]
plugin-directory="/usr/lib/"

View File

@@ -414,10 +414,6 @@ bool Update::downloadJson(enum FileTypeJson type,
}
}
m_hw->dc_autoRequest(false);
qDebug() << "SET AUTO-REQUEST=FALSE";
QThread::sleep(1); // make sure the auto-request flag is acknowledged
return ret;
}