set read config initial somewhat ready

This commit is contained in:
2025-09-17 03:50:21 +02:00
parent 4c54edbcea
commit cd63e76469
9 changed files with 164 additions and 156 deletions

View File

@@ -125,11 +125,8 @@ impl<'a> BoardInteraction<'a> for Initial<'a> {
bail!("Please configure board revision")
}
async fn set_config(&mut self, config: PlantControllerConfig) -> anyhow::Result<()> {
fn set_config(&mut self, config: PlantControllerConfig) {
self.config = config;
//TODO
// self.esp.save_config(&self.config)?;
anyhow::Ok(())
}
async fn get_mptt_voltage(&mut self) -> Result<Voltage> {