From 48cbe53ceefb52210739f4b5aeaaf89783f17fb4 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sat, 6 Jun 2020 15:15:40 +0200 Subject: [PATCH] timekeeper.cpp: removed lora check --- src/timekeeper.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/timekeeper.cpp b/src/timekeeper.cpp index 6d8439ec..87ef0ad0 100644 --- a/src/timekeeper.cpp +++ b/src/timekeeper.cpp @@ -1,5 +1,6 @@ #include "timekeeper.h" +/* #if !(HAS_LORA) #if (TIME_SYNC_LORASERVER) #error TIME_SYNC_LORASERVER defined, but device has no LORA configured @@ -7,6 +8,7 @@ #error TIME_SYNC_LORAWAN defined, but device has no LORA configured #endif #endif +*/ // Local logging tag static const char TAG[] = __FILE__;