From 663ea2f6a98ef37f4878de890136f51f07fb9e8c Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Thu, 17 Dec 2015 10:13:03 -0500 Subject: [PATCH] Update MightyHat example --- Examples/MightyHat/MightyHat.ino | 4 ++++ 1 file changed, 4 insertions(+) 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 }