Skip to content

Commit

Permalink
👔 Change loop rate to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
liamadamson committed Nov 24, 2023
1 parent fbb5b22 commit 11bb7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use driver::{get_bme280_driver, BME280Driver};
use std::thread::sleep;
use std::time::Duration;

const LOOP_RATE_S: u64 = 1;
const LOOP_RATE_S: u64 = 5 * 60;

fn main() {
setup_logging();
Expand Down

0 comments on commit 11bb7f0

Please sign in to comment.