Skip to content

Commit

Permalink
PR #8060 from Evgeni: Bundle with D400 FW version 5.12.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel authored Dec 24, 2020
2 parents 747025b + 404f832 commit 4f37f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/fw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(REALSENSE_FIRMWARE_URL "http://realsense-hw-public.s3.amazonaws.com" CACHE S
string(REGEX MATCH "D4XX_RECOMMENDED_FIRMWARE_VERSION \"([0-9]+.[0-9]+.[0-9]+.[0-9]+)\"" _ ${ver})
set(D4XX_FW_VERSION ${CMAKE_MATCH_1})
message(STATUS "D4XX_FW_VERSION: ${D4XX_FW_VERSION}")
set(D4XX_FW_SHA1 db5325dae0fbec52306b1d873aa81b9636aa0e36)
set(D4XX_FW_SHA1 f8bee1615eb176815023cfc8bc0f4f412509c9da)
set(D4XX_FW_URL "${REALSENSE_FIRMWARE_URL}/Releases/RS4xx/FW")


Expand Down
2 changes: 1 addition & 1 deletion common/fw/firmware-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#pragma once

#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.12.9.0"
#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.12.10.0"
#define SR3XX_RECOMMENDED_FIRMWARE_VERSION "3.26.1.0"
#define T26X_FIRMWARE_VERSION "0.2.0.951"
#define L5XX_RECOMMENDED_FIRMWARE_VERSION "1.5.3.0"

0 comments on commit 4f37f2e

Please sign in to comment.