Update MightyHat example

This commit is contained in:
LowPowerLab 2015-12-17 10:13:03 -05:00
parent 301a56ac00
commit 663ea2f6a9
1 changed files with 4 additions and 0 deletions

View File

@ -394,7 +394,11 @@ void handlePowerControl() {
if (!BOOTOK()) recycleDetected = true;
else if (BOOTOK() && recycleDetected)
{
sprintf(lcdbuff, "Reboot OK!");
refreshLCD();
return;
}
}
return; //reboot pulse sent but it appears a reboot failed; exit all checks
}