mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Calibration remount detector: soft disable (#27993)
* Calibration remount detector: soft disable * Update test_calibrationd.py old-commit-hash: a979a54cf9ce02610cc0999a52a9fbed2f7d4cbb
This commit is contained in:
@@ -719,7 +719,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
|
||||
|
||||
EventName.calibrationIncomplete: {
|
||||
ET.PERMANENT: calibration_incomplete_alert,
|
||||
ET.SOFT_DISABLE: soft_disable_alert("Calibration in Progress"),
|
||||
ET.SOFT_DISABLE: soft_disable_alert("Device remount detected: recalibrating"),
|
||||
ET.NO_ENTRY: NoEntryAlert("Calibration in Progress"),
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user