From e1883de990c06689d55cf51e5af70f33dccfeede Mon Sep 17 00:00:00 2001 From: zrezke Date: Mon, 15 Apr 2024 11:59:00 +0200 Subject: [PATCH] Fixed booting issue on OAK D SR POE and OAK T. --- 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 b8c9e058d..33809726c 100644 --- a/cmake/Depthai/DepthaiBootloaderConfig.cmake +++ b/cmake/Depthai/DepthaiBootloaderConfig.cmake @@ -3,5 +3,5 @@ set(DEPTHAI_BOOTLOADER_MATURITY "release") # set(DEPTHAI_BOOTLOADER_MATURITY "snapshot") # "version if applicable" -set(DEPTHAI_BOOTLOADER_VERSION "0.0.26") +set(DEPTHAI_BOOTLOADER_VERSION "0.0.27") # set(DEPTHAI_BOOTLOADER_VERSION "0.0.24+57c26493754e2f00e57f6594b0b1a317f762d5f2") diff --git a/cmake/Depthai/DepthaiDeviceSideConfig.cmake b/cmake/Depthai/DepthaiDeviceSideConfig.cmake index 522bbede5..053ce1d4a 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 "f9b85918529ab0ebe885e7fa16637df02022b95a") +set(DEPTHAI_DEVICE_SIDE_COMMIT "0e15bb23f924c195fd8a891043265a9b20ec4531") # "version if applicable" set(DEPTHAI_DEVICE_SIDE_VERSION "")