Update some outstanding questions

This commit is contained in:
ceekdee
2022-09-28 14:27:34 -05:00
parent a89a0c2f12
commit 526e90d3f3
2 changed files with 10 additions and 10 deletions

View File

@ -44,7 +44,7 @@ async fn temperature_task(
let value = temperature.read().await;
let mut temperature_val = value.to_num::<i32>();
info!("Temperature: {}", temperature_val); // debug ???
info!("Temperature: {}", temperature_val);
// only report every 2 degree Celsius drops, from 9 through 5, but starting at 3 always report