add water todo

This commit is contained in:
2025-03-21 23:38:15 +01:00
parent db27de3073
commit 4b1f2b9ca7
3 changed files with 3 additions and 0 deletions

View File

@@ -438,6 +438,7 @@ fn safe_main() -> anyhow::Result<()> {
let mut water_frozen = false;
//multisample should be moved to water_temperature_c
let mut attempt = 1;
let water_temp: Result<f32, anyhow::Error> = loop {
let temp = board.water_temperature_c();