diff --git a/Examples/MightyHat/MightyHat.ino b/Examples/MightyHat/MightyHat.ino index 5969735..73bead6 100644 --- a/Examples/MightyHat/MightyHat.ino +++ b/Examples/MightyHat/MightyHat.ino @@ -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 }