From 035a6a473fa08b79d9bc80919a46cc1c37508c5b Mon Sep 17 00:00:00 2001 From: Evgeni Raikhel Date: Wed, 17 Apr 2019 14:34:29 +0300 Subject: [PATCH] Promote T265 FW version selector to 5502 Change-Id: If6e666df082f209ec455695336acb5a36b32f3b1 --- third-party/libtm/fw/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third-party/libtm/fw/CMakeLists.txt b/third-party/libtm/fw/CMakeLists.txt index def45c6438..d4453d346d 100644 --- a/third-party/libtm/fw/CMakeLists.txt +++ b/third-party/libtm/fw/CMakeLists.txt @@ -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")