Adjust timeouts and constants for improved moisture sensor and backup management accuracy

- Increased CAN measurement timeout to 5000ms for reliability.
- Updated `SAVEGAME_SLOT_SIZE` usage in backup handling for consistency.
- Refined moisture sensor frequency thresholds for better sensor calibration (400Hz-70kHz).
This commit is contained in:
2026-05-03 21:03:13 +02:00
parent 4771a77686
commit 0ed9d6bb57
4 changed files with 7 additions and 6 deletions

View File

@@ -220,7 +220,7 @@ impl<'t, T: Deref<Target = str> + 't, L: Publishable + 't, const S: usize>
username: self.username,
password: self.password,
subscriptions: self.subscriptions,
keep_alive
keep_alive,
},
)
}