Compare commits
No commits in common. "686e113c3aa082df9ae60630d6c0264f26a06491" and "dd591fdd238c5836f137dfdf408e0a1742ff6235" have entirely different histories.
686e113c3a
...
dd591fdd23
@ -81,9 +81,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
|||||||
# Fix the path-names of the json-files and the device-controller.
|
# Fix the path-names of the json-files and the device-controller.
|
||||||
# Set automatic download of json-file in ATBUpdateTool.ini file for
|
# Set automatic download of json-file in ATBUpdateTool.ini file for
|
||||||
# a fresh clone of the repository.
|
# a fresh clone of the repository.
|
||||||
# 1.3.23 Added a 'break' to prevent a possible endless loop when checking if
|
VERSION="1.3.23"
|
||||||
# the device is alive.
|
|
||||||
VERSION="1.3.24"
|
|
||||||
|
|
||||||
# PLANNED TODOS:
|
# PLANNED TODOS:
|
||||||
# 1: Das Repository wird repariert bwz. neu geklont. Unabhaengig vom WAIT.
|
# 1: Das Repository wird repariert bwz. neu geklont. Unabhaengig vom WAIT.
|
||||||
|
Binary file not shown.
@ -123,7 +123,6 @@ Update::Update(Worker *worker,
|
|||||||
// must deliver 'true', only then are all data from hwapi valid
|
// must deliver 'true', only then are all data from hwapi valid
|
||||||
if (--tries < 0) {
|
if (--tries < 0) {
|
||||||
qCritical() << "ERROR!!! DC DATA NOT VALID -> CA-MASTER-PLUGIN NOT CONNECTED";
|
qCritical() << "ERROR!!! DC DATA NOT VALID -> CA-MASTER-PLUGIN NOT CONNECTED";
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
m_hw->dc_autoRequest(true);
|
m_hw->dc_autoRequest(true);
|
||||||
QThread::msleep(500);
|
QThread::msleep(500);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user