Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update emitter frequency minimal fw version to 5.14.0.0 #11223

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

Nir-Az
Copy link
Collaborator

@Nir-Az Nir-Az commented Dec 15, 2022

Tracked on [DSO-18188]

Copy link
Contributor

@remibettan remibettan left a comment

Choose a reason for hiding this comment

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

one comment

@@ -84,7 +84,7 @@ namespace librealsense

// EMITTER FREQUENCY OPTION
if( ( _pid == ds::RS457_PID || _pid == ds::RS455_PID )
&& _fw_version >= firmware_version( "5.13.1.53" ) )
&& _fw_version >= firmware_version( "5.14.0" ) )
Copy link
Contributor

Choose a reason for hiding this comment

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

Didn't you mean 5.14.0.0 ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's the same,
The utility version class drops the build number if it's 0.
I tested it.

Copy link
Contributor

Choose a reason for hiding this comment

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

if so ... :-)

@remibettan remibettan self-requested a review December 15, 2022 15:10
Copy link
Contributor

@remibettan remibettan left a comment

Choose a reason for hiding this comment

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

LGTM

@Nir-Az Nir-Az merged commit 757a857 into IntelRealSense:development Dec 15, 2022
@Nir-Az Nir-Az deleted the pwm_minimal_fw branch September 30, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants