Skip to content

Commit

Permalink
Updated bootloader to 0.0.26. Includes some stability improvements. U…
Browse files Browse the repository at this point in the history
…pdated FW, includes some board support and some fixes
  • Loading branch information
themarpe committed Jun 5, 2023
2 parents ceb954c + 7c07d7c commit 5f75ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/Depthai/DepthaiBootloaderConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set(DEPTHAI_BOOTLOADER_MATURITY "release")
# set(DEPTHAI_BOOTLOADER_MATURITY "snapshot")

# "version if applicable"
set(DEPTHAI_BOOTLOADER_VERSION "0.0.25")
set(DEPTHAI_BOOTLOADER_VERSION "0.0.26")
# set(DEPTHAI_BOOTLOADER_VERSION "0.0.24+57c26493754e2f00e57f6594b0b1a317f762d5f2")
2 changes: 1 addition & 1 deletion cmake/Depthai/DepthaiDeviceSideConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot")

# "full commit hash of device side binary"
set(DEPTHAI_DEVICE_SIDE_COMMIT "8805e9e23bc7345d20c50718c64029db736d83cc")
set(DEPTHAI_DEVICE_SIDE_COMMIT "1f1f66862e38df587cabdc24f2c8ce12071b998b")

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

0 comments on commit 5f75ae7

Please sign in to comment.