Skip to content

Commit

Permalink
Merge pull request #4380 from matkatz/update-recommended-fw-version
Browse files Browse the repository at this point in the history
Change SR300 recommended firmware to 3.26.1.0
  • Loading branch information
ev-mp authored Jul 9, 2019
2 parents 248d6bb + 01268a4 commit 2bc2232
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 @@ -17,7 +17,7 @@ set(D4XX_FW_URL "http://realsense-hw-public.s3-eu-west-1.amazonaws.com/Releases/
string(REGEX MATCH "SR3XX_RECOMMENDED_FIRMWARE_VERSION \"([0-9]+.[0-9]+.[0-9]+.[0-9]+)\"" _ ${ver})
set(SR3XX_FW_VERSION ${CMAKE_MATCH_1})
message(STATUS "SR3XX_FW_VERSION: ${SR3XX_FW_VERSION}")
set(SR3XX_FW_SHA1 ddc6d015ee3ec46f5e5587cc5ca17d343654ce85)
set(SR3XX_FW_SHA1 55237dba5d7db20e7c218975375d05b4210e9460)
set(SR3XX_FW_URL "http://realsense-hw-public.s3-eu-west-1.amazonaws.com/Releases/SR300/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 @@ -4,4 +4,4 @@
#pragma once

#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.11.6.250"
#define SR3XX_RECOMMENDED_FIRMWARE_VERSION "3.27.3.0"
#define SR3XX_RECOMMENDED_FIRMWARE_VERSION "3.26.1.0"

0 comments on commit 2bc2232

Please sign in to comment.