From 93005efce8c8c229b5ccdc4d1a1e6c8658ce3ec8 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Fri, 30 Aug 2019 18:55:08 +0200 Subject: [PATCH] timesync.cpp send alive after sync --- src/timesync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timesync.cpp b/src/timesync.cpp index b44a955a..524ac10f 100644 --- a/src/timesync.cpp +++ b/src/timesync.cpp @@ -106,7 +106,7 @@ void process_timesync_req(void *taskparameter) { payload.addByte(0x99); SendPayload(RCMDPORT, prio_high); // ...send a alive open a receive window for last time_sync_answer - // LMIC_sendAlive(); + LMIC_sendAlive(); } } // end of for loop to collect timestamp samples