Skip to content

Commit 6f877da

Browse files
committed
moved over clock and ENS setup routines from datalogger
1 parent 0e9b3f3 commit 6f877da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sfeIoTNodeLoRaWAN/sfeIoTNodeLoRaWAN.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ class sfeIoTNodeLoRaWAN : public flxApplication
194194
// battery level checks
195195
void checkBatteryLevels(void);
196196

197+
// setup routines
198+
bool setupTime();
199+
void setupENS160(void);
200+
197201
// Our LoRaWAN network/connection object
198202
flxLoRaWANDigi _loraWANConnection;
199203
flxLoRaWANLogger _loraWANLogger;

0 commit comments

Comments
 (0)