Skip to content

Commit

Permalink
AP_ICEngine: rate-limit "max retry" error message
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 committed Sep 17, 2024
1 parent 2907311 commit d8e88ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_ICEngine/AP_ICEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ void AP_ICEngine::update(void)
crank_retry_ct++;
} else {
GCS_SEND_TEXT(MAV_SEVERITY_INFO, "Engine max crank attempts reached");
starter_last_run_ms = now;
}
}
break;
Expand Down

0 comments on commit d8e88ed

Please sign in to comment.