Skip to content

Commit

Permalink
PR #8605 from Nir: Update L515 bundled FW version to 1.5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel authored Mar 18, 2021
2 parents 2d492ed + 011e3b9 commit c463d66
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 3df17e7ec33e03c572aa9d06ecf9c99ae4e53373)
set(L5XX_FW_SHA1 da7bd8b2cc915d7884d5f6c3523de5a279d17cee)
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.11.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.4.1"
#define L5XX_RECOMMENDED_FIRMWARE_VERSION "1.5.5.0"

0 comments on commit c463d66

Please sign in to comment.