Skip to content

Commit

Permalink
changed to SOC_PVT
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir91 committed Nov 13, 2023
1 parent d5ec98b commit 257b54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ds/d500/d500-device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ namespace librealsense
rsutils::lazy< float >( [default_depth_units]() { return default_depth_units; } ) ) );
}

depth_sensor.register_option(RS2_OPTION_ASIC_TEMPERATURE,
depth_sensor.register_option(RS2_OPTION_SOC_PVT_TEMPERATURE,
std::make_shared<temperature_option>(_hw_monitor, &raw_depth_sensor,
temperature_option::temperature_component::HKR_PVT, "Temperature reading for SOC PVT"));

Expand Down
2 changes: 1 addition & 1 deletion src/to-string.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ std::string const & get_string_( rs2_option value )
CASE( EMITTER_FREQUENCY )
arr[RS2_OPTION_DEPTH_AUTO_EXPOSURE_MODE] = "Auto Exposure Mode";
CASE( OHM_TEMPERATURE )
CASE(SOC_PVT_TEMPERATURE)
CASE( SOC_PVT_TEMPERATURE )
#undef CASE
return arr;
}();
Expand Down

0 comments on commit 257b54a

Please sign in to comment.