Skip to content

Commit

Permalink
PR #7358 from Nir: Update L515 device bundled FW version to 1.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel authored Sep 16, 2020
2 parents e3b7c6d + 76b2e55 commit 7ebea7b
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 @@ -33,7 +33,7 @@ set(T26X_FW_URL "${REALSENSE_FIRMWARE_URL}/Releases/TM2/FW/target/${T26X_FW_VERS
string(REGEX MATCH "L5XX_RECOMMENDED_FIRMWARE_VERSION \"([0-9]+.[0-9]+.[0-9]+.[0-9]+)\"" _ ${ver})
set(L5XX_FW_VERSION ${CMAKE_MATCH_1})
message(STATUS "L5XX_FW_VERSION: ${L5XX_FW_VERSION}")
set(L5XX_FW_SHA1 7e92856a80e7b63a9976718a56b6fb7e51af714f)
set(L5XX_FW_SHA1 024cc496856db78569edecbbbf681aafd566b41d)
set(L5XX_FW_URL "${REALSENSE_FIRMWARE_URL}/Releases/L5xx/FW")

add_library(${PROJECT_NAME} STATIC empty.c)
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 @@ -6,4 +6,4 @@
#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.12.7.100"
#define SR3XX_RECOMMENDED_FIRMWARE_VERSION "3.26.1.0"
#define T26X_FIRMWARE_VERSION "0.2.0.951"
#define L5XX_RECOMMENDED_FIRMWARE_VERSION "1.4.1.2"
#define L5XX_RECOMMENDED_FIRMWARE_VERSION "1.5.0.0"

0 comments on commit 7ebea7b

Please sign in to comment.