Update project structure and configurations

This commit is contained in:
2026-05-23 10:19:55 +02:00
parent ab5dc7e568
commit 62efea0646
1832 changed files with 83568 additions and 51829 deletions

View File

@@ -57,6 +57,10 @@ impl Component for MockCalibratedComponent {
fn set_calib_indices(&mut self, indices: CalibIndices) {
self.calib_indices = indices;
}
fn update_calib_factor(&mut self, _factor: &str, _value: f64) -> bool {
false
}
}
#[test]