Modified error message when a reset is needed
Test And Build / Lint (push) Failing after 4s
Test And Build / Build (push) Failing after 8s

This commit is contained in:
2026-06-11 15:50:55 +02:00
parent 6c64b4cee8
commit 2cf23c4bc3
+1 -1
View File
@@ -455,7 +455,7 @@ asynStatus detectorTowerController::pollDetectorAxes(
resetCountPosState = false;
snprintf(errorMessage, sizeof(errorMessage),
"Reset one of the tower axes.");
"Try `det_nu.reset()`.");
pollStatus = asynError;
break;