|
@@ -285,7 +285,7 @@ bool ClassFlowControll::doFlow(string time)
|
|
|
if (!FlowControll[i]->doFlow(time)){
|
|
if (!FlowControll[i]->doFlow(time)){
|
|
|
repeat++;
|
|
repeat++;
|
|
|
LogFile.WriteToFile("Fehler im vorheriger Schritt - wird zum " + to_string(repeat) + ". Mal wiederholt");
|
|
LogFile.WriteToFile("Fehler im vorheriger Schritt - wird zum " + to_string(repeat) + ". Mal wiederholt");
|
|
|
- i = -1; // vorheriger Schritt muss wiederholt werden (vermutlich Bilder aufnehmen)
|
|
|
|
|
|
|
+ if (i) i -= 1; // vorheriger Schritt muss wiederholt werden (vermutlich Bilder aufnehmen)
|
|
|
result = false;
|
|
result = false;
|
|
|
if (repeat > 5) {
|
|
if (repeat > 5) {
|
|
|
LogFile.WriteToFile("Wiederholung 5x nicht erfolgreich --> reboot");
|
|
LogFile.WriteToFile("Wiederholung 5x nicht erfolgreich --> reboot");
|