From d5155b46db41df4bdf9961f40b6fb726887ddca6 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Mon, 7 Dec 2015 11:26:27 -0600 Subject: reset activity LED back to red when exiting to main menu --- LoRaHandler/LoRaHandler.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'LoRaHandler/LoRaHandler.cpp') diff --git a/LoRaHandler/LoRaHandler.cpp b/LoRaHandler/LoRaHandler.cpp index 94f02a8..b4de8b3 100644 --- a/LoRaHandler/LoRaHandler.cpp +++ b/LoRaHandler/LoRaHandler.cpp @@ -158,3 +158,7 @@ void LoRaHandler::blinker() { _activity_led = !_activity_led; } +void LoRaHandler::resetActivityLed() { + _activity_led = red; +} + -- cgit v1.2.3