We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acf731 commit f0182ebCopy full SHA for f0182eb
wled00/util.cpp
@@ -896,7 +896,8 @@ static bool detectBootLoop() {
896
bl_crashcounter++;
897
if (bl_crashcounter >= BOOTLOOP_THRESHOLD) {
898
DEBUG_PRINTLN(F("!BOOTLOOP DETECTED!"));
899
- bl_crashcounter = 0;
+ bl_crashcounter = 0;
900
+ if(bl_actiontracker > BOOTLOOP_ACTION_DUMP) bl_actiontracker = BOOTLOOP_ACTION_RESTORE; // reset action tracker if out of bounds
901
result = true;
902
}
903
} else {
0 commit comments