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