File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set(REALSENSE_FIRMWARE_URL "http://realsense-hw-public.s3.amazonaws.com" CACHE S
14
14
string (REGEX MATCH "D4XX_RECOMMENDED_FIRMWARE_VERSION \" ([0-9]+.[0-9]+.[0-9]+.[0-9]+)\" " _ ${ver} )
15
15
set (D4XX_FW_VERSION ${CMAKE_MATCH_1} )
16
16
message (STATUS "D4XX_FW_VERSION: ${D4XX_FW_VERSION} " )
17
- set (D4XX_FW_SHA1 db5325dae0fbec52306b1d873aa81b9636aa0e36 )
17
+ set (D4XX_FW_SHA1 f8bee1615eb176815023cfc8bc0f4f412509c9da )
18
18
set (D4XX_FW_URL "${REALSENSE_FIRMWARE_URL} /Releases/RS4xx/FW" )
19
19
20
20
Original file line number Diff line number Diff line change 3
3
4
4
#pragma once
5
5
6
- #define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.12.9 .0"
6
+ #define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.12.10 .0"
7
7
#define SR3XX_RECOMMENDED_FIRMWARE_VERSION "3.26.1.0"
8
8
#define T26X_FIRMWARE_VERSION "0.2.0.951"
9
9
#define L5XX_RECOMMENDED_FIRMWARE_VERSION "1.5.3.0"
You can’t perform that action at this time.
0 commit comments