Skip to content

Conversation

@jzhao80
Copy link

@jzhao80 jzhao80 commented Apr 23, 2025

No description provided.

if( keep == "y" || keep == "yes" )
{
cal_dev.set_calibration_table( res );
cal_dev.write_calibration();
Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you @jzhao80 for the fix.
This line contains tab (at start of line) please convert it into 4 spaces, as we use spaces and some compilers have issues with mixed tabs and spaces.
You can set your editor to always insert spaces instead of tabs.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks @OhadMeir. I just updated it.

@OhadMeir OhadMeir merged commit 12161e4 into IntelRealSense:development Apr 24, 2025
25 of 26 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