Skip to content

Conversation

@npmenard
Copy link
Member

No description provided.

@npmenard npmenard requested a review from penguinland October 17, 2025 17:43
@viambot viambot added the safe to test This pull request is marked safe to test from a trusted zone label Oct 17, 2025
// if the frequency wasn't set in the config we will default to whatever the driver sets as default frequency
// we silence the warning below if clamping the frequency was needed
if newConf.Frequency != nil {
s.logger.CWarnf(ctx, "servo frequency (%dHz) is above maximum (%dHz), setting to max instead",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dunno: if the default is above the maximum, I think we should log warnings about that.

Reconfigure() shouldn't run often; this shouldn't spam the logs. Why do you want to hide it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe to test This pull request is marked safe to test from a trusted zone

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants