Add CSM steps to new calibration wizard.

This commit is contained in:
Julian Stirling 2025-10-22 23:29:04 +01:00
parent 0ebc507eff
commit 5860b9be97
9 changed files with 194 additions and 15 deletions

View file

@ -407,7 +407,7 @@ class SimulatedCamera(BaseCamera):
"""The calibration actions for both calibration wizard and settings panel."""
return [
action_button_for(
self.full_auto_calibrate, submit_label="Full Auto Calibrate"
self.full_auto_calibrate, submit_label="Full Auto-Calibrate"
),
]