Since FCRAM is persistent, make sure to zero the magic
This commit is contained in:
parent
90ea4b2130
commit
aaed6387b5
@ -70,6 +70,7 @@ void main(void)
|
||||
}
|
||||
else
|
||||
{
|
||||
magic[0] = magic[1] = 0;
|
||||
posY = drawString("Finalizing install...", 10, posY + SPACING_Y, COLOR_WHITE);
|
||||
pressed = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user