fix config on submit not updated, fix startup initial always in ap mode

This commit is contained in:
2025-06-19 20:06:43 +02:00
parent 69077239a5
commit 3a2e59874e
6 changed files with 21 additions and 4 deletions

View File

@@ -137,6 +137,7 @@ pub trait BoardInteraction<'a> {
fn set_rtc_time(&mut self, time: &DateTime<Utc>) -> Result<()>;
fn test_pump(&mut self, plant: usize) -> Result<()>;
fn test(&mut self) -> Result<()>;
fn set_config(&mut self, config: PlantControllerConfig) -> Result<()>;
}
pub struct FreePeripherals {