fix config on submit not updated, fix startup initial always in ap mode
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user