Skip to content

Commit

Permalink
PR #12859 from Eran: bump FW to 5.16.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel authored Apr 16, 2024
2 parents a029d81 + 789495c commit e196cef
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 "https://librealsense.intel.com" CACHE STRING
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 cf410f6b329f85aa9b0cfdfad1a70b484fd13c0c)
set(D4XX_FW_SHA1 51e37fd01132c500bb4e4af408a41f42391289a5)
set(D4XX_FW_URL "${REALSENSE_FIRMWARE_URL}/Releases/RS4xx/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 @@ -3,5 +3,5 @@

#pragma once

#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.16.0.0"
#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.16.0.1"

0 comments on commit e196cef

Please sign in to comment.