includes
This commit is contained in:
parent
a8c65b338f
commit
9b3d2309d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,4 +12,3 @@
|
|||||||
src/loraconf.h
|
src/loraconf.h
|
||||||
src/ota.conf
|
src/ota.conf
|
||||||
src/DBtimesync.cpp
|
src/DBtimesync.cpp
|
||||||
include/DBtimesync.h
|
|
@ -4,7 +4,9 @@
|
|||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
#include "rcommand.h"
|
#include "rcommand.h"
|
||||||
#include "timekeeper.h"
|
#include "timekeeper.h"
|
||||||
|
#ifdef DBTIMESYNC
|
||||||
#include "DBtimesync.h"
|
#include "DBtimesync.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// LMIC-Arduino LoRaWAN Stack
|
// LMIC-Arduino LoRaWAN Stack
|
||||||
#include <lmic.h>
|
#include <lmic.h>
|
||||||
|
@ -9,7 +9,9 @@
|
|||||||
#include <rom/rtc.h>
|
#include <rom/rtc.h>
|
||||||
#include "cyclic.h"
|
#include "cyclic.h"
|
||||||
#include "timekeeper.h"
|
#include "timekeeper.h"
|
||||||
|
#ifdef DBTIMESYNC
|
||||||
#include "DBtimesync.h"
|
#include "DBtimesync.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// table of remote commands and assigned functions
|
// table of remote commands and assigned functions
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user