From ce08b0538030ef412a3cd66dbec82fe7dc8b70d8 Mon Sep 17 00:00:00 2001 From: SzabolcsGergely Date: Mon, 22 Feb 2021 15:36:41 +0200 Subject: [PATCH] Change enumerated product name to Luxonis Device / Luxonis Bootloader --- cmake/Depthai/DepthaiBootloaderConfig.cmake | 2 +- cmake/Depthai/DepthaiDeviceSideConfig.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/Depthai/DepthaiBootloaderConfig.cmake b/cmake/Depthai/DepthaiBootloaderConfig.cmake index a8b4abfb3..633e6a4a3 100644 --- a/cmake/Depthai/DepthaiBootloaderConfig.cmake +++ b/cmake/Depthai/DepthaiBootloaderConfig.cmake @@ -2,4 +2,4 @@ set(DEPTHAI_BOOTLOADER_MATURITY "release") # "version if applicable" -set(DEPTHAI_BOOTLOADER_VERSION "0.0.10") +set(DEPTHAI_BOOTLOADER_VERSION "0.0.11") diff --git a/cmake/Depthai/DepthaiDeviceSideConfig.cmake b/cmake/Depthai/DepthaiDeviceSideConfig.cmake index c91dad087..a7aaea78d 100644 --- a/cmake/Depthai/DepthaiDeviceSideConfig.cmake +++ b/cmake/Depthai/DepthaiDeviceSideConfig.cmake @@ -2,7 +2,7 @@ set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot") # "full commit hash of device side binary" -set(DEPTHAI_DEVICE_SIDE_COMMIT "f2d0313939538c4dfa40fa142e22a6d9ea227393") +set(DEPTHAI_DEVICE_SIDE_COMMIT "37a2c71ec7b87b24fba7d6c018c701acf662c077") # "version if applicable" set(DEPTHAI_DEVICE_SIDE_VERSION "")