Skip to content

Commit

Permalink
timekeeper.cpp: removed lora check
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus K Wilting committed Jun 6, 2020
1 parent 188ad38 commit 48cbe53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/timekeeper.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#include "timekeeper.h"

/*
#if !(HAS_LORA)
#if (TIME_SYNC_LORASERVER)
#error TIME_SYNC_LORASERVER defined, but device has no LORA configured
#elif (TIME_SYNC_LORAWAN)
#error TIME_SYNC_LORAWAN defined, but device has no LORA configured
#endif
#endif
*/

// Local logging tag
static const char TAG[] = __FILE__;
Expand Down

0 comments on commit 48cbe53

Please sign in to comment.