mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
Rolling 20210921
This commit is contained in:
@@ -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!
|
**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
|
* Moved setting `ExtendedResolution` to individual number settings
|
||||||
|
|
||||||
|
|||||||
@@ -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");
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user