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

removed width restriction for fw version #12355

Merged
merged 2 commits into from
Nov 5, 2023

Conversation

AviaAv
Copy link
Contributor

@AviaAv AviaAv commented Nov 5, 2023

Tracked on RSDEV-1032

@AviaAv AviaAv requested a review from Nir-Az November 5, 2023 09:48
@@ -2708,16 +2708,11 @@ namespace rs2
if (pair.first == "Firmware Version")
{
fw_version = pair.second;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please check if this parametes are used:

        std::string fw_version;
        std::string min_fw_version;

If not we can remove them ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done + rebase

Copy link
Collaborator

@Nir-Az Nir-Az 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 0c727a5 into IntelRealSense:development Nov 5, 2023
17 checks passed
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