timekeeper.cpp: removed lora check

This commit is contained in:
Klaus K Wilting 2020-06-06 15:15:40 +02:00
parent 188ad38e2b
commit 48cbe53cee

View File

@ -1,5 +1,6 @@
#include "timekeeper.h" #include "timekeeper.h"
/*
#if !(HAS_LORA) #if !(HAS_LORA)
#if (TIME_SYNC_LORASERVER) #if (TIME_SYNC_LORASERVER)
#error TIME_SYNC_LORASERVER defined, but device has no LORA configured #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 #error TIME_SYNC_LORAWAN defined, but device has no LORA configured
#endif #endif
#endif #endif
*/
// Local logging tag // Local logging tag
static const char TAG[] = __FILE__; static const char TAG[] = __FILE__;