Skip to content

Commit

Permalink
Added measure call to LTEMongoDBBatch.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
WL-Richards authored Oct 25, 2024
1 parent 7fee5cf commit 167e628
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ void loop() {
// Set the RTC interrupt alarm to wake the device in 10 seconds
hypnos.setInterruptDuration(TimeSpan(0, 0, 0, 10));

// Measure data from connected sensors
manager.measure()

// Package data
manager.package();

Expand All @@ -68,4 +71,4 @@ void loop() {

// Wait 5 seconds
hypnos.sleep();
}
}

0 comments on commit 167e628

Please sign in to comment.