summaryrefslogtreecommitdiff
path: root/LoRaHandler/LoRaHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'LoRaHandler/LoRaHandler.h')
-rw-r--r--LoRaHandler/LoRaHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LoRaHandler/LoRaHandler.h b/LoRaHandler/LoRaHandler.h
index 8a4816a..375c277 100644
--- a/LoRaHandler/LoRaHandler.h
+++ b/LoRaHandler/LoRaHandler.h
@@ -41,6 +41,7 @@ class LoRaHandler {
uint32_t getJoinAttempts();
void resetJoinAttempts();
void blinker();
+ void resetActivityLed();
osThreadId _main;
Thread _thread;