Skip to content

Commit 5f75ae7

Browse files
committed
Updated bootloader to 0.0.26. Includes some stability improvements. Updated FW, includes some board support and some fixes
2 parents ceb954c + 7c07d7c commit 5f75ae7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/Depthai/DepthaiBootloaderConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set(DEPTHAI_BOOTLOADER_MATURITY "release")
33
# set(DEPTHAI_BOOTLOADER_MATURITY "snapshot")
44

55
# "version if applicable"
6-
set(DEPTHAI_BOOTLOADER_VERSION "0.0.25")
6+
set(DEPTHAI_BOOTLOADER_VERSION "0.0.26")
77
# set(DEPTHAI_BOOTLOADER_VERSION "0.0.24+57c26493754e2f00e57f6594b0b1a317f762d5f2")

cmake/Depthai/DepthaiDeviceSideConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot")
33

44
# "full commit hash of device side binary"
5-
set(DEPTHAI_DEVICE_SIDE_COMMIT "8805e9e23bc7345d20c50718c64029db736d83cc")
5+
set(DEPTHAI_DEVICE_SIDE_COMMIT "1f1f66862e38df587cabdc24f2c8ce12071b998b")
66

77
# "version if applicable"
88
set(DEPTHAI_DEVICE_SIDE_VERSION "")

0 commit comments

Comments
 (0)