Skip to content

Commit

Permalink
PR #11223 from Nir-Az: Update emitter frequency minimal fw version to…
Browse files Browse the repository at this point in the history
… 5.14.0.0
  • Loading branch information
Nir-Az authored Dec 15, 2022
2 parents 02a42e6 + c79b0a1 commit 757a857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ds5/ds5-active.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" ) )
{
auto emitter_freq = std::make_shared< emitter_frequency >(
raw_depth_ep,
Expand Down

0 comments on commit 757a857

Please sign in to comment.