Rolling 20210921

This commit is contained in:
jomjol
2021-09-21 07:27:46 +02:00
parent 9300526f49
commit c033db9c31
3 changed files with 8 additions and 2 deletions

View File

@@ -45,7 +45,13 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
**General remark:** Beside the `firmware.bin`, typically also the content of `/html` needs to be updated!
##### Rolling (2021-09-20)
##### Rolling (2021-09-21)
* bug fix
Rolling (2021-09-20)
* Moved setting `ExtendedResolution` to individual number settings

View File

@@ -285,7 +285,7 @@ bool ClassFlowControll::doFlow(string time)
if (!FlowControll[i]->doFlow(time)){
repeat++;
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;
if (repeat > 5) {
LogFile.WriteToFile("Wiederholung 5x nicht erfolgreich --> reboot");

Binary file not shown.