Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote T265 Firrmware version selector to 5502 #3778

Merged
merged 1 commit into from
Apr 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions third-party/libtm/fw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Copyright(c) 2019 Intel Corporation. All Rights Reserved.
cmake_minimum_required(VERSION 3.1.3)

set( FW_VERSION "0.0.18.5448")
set( FW_SHA1 25b52f261fe8aecdf3f907ff1734fa8d70150bdb)
set( FW_VERSION "0.0.18.5502")
set( FW_SHA1 46ba18af9907841da8a0a599f719c89fbb2515e3)
set(APP_VERSION "2.0.19.271")
set(APP_SHA1 cab0011e9e18edc8bcca20afb2f944399ac8b81c)
set( BL_VERSION "1.0.1.112")
Expand Down