You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
depthai-core v2.27.0 isUserBootloader() fails to check conditions correctly.
I think the code needs to check what is flashed...not what is currently running since it could be running from an esoteric/embedded blob. Should also check that it is a NETWORK sensor not usb, so calling isUserBootloaderSupported() fits well.
depthai-core v2.27.0
isUserBootloader()
fails to check conditions correctly.I think the code needs to check what is flashed...not what is currently running since it could be running from an esoteric/embedded blob. Should also check that it is a NETWORK sensor not usb, so calling
isUserBootloaderSupported()
fits well.depthai-core/src/device/DeviceBootloader.cpp
Lines 729 to 733 in 729e478
I think that block should instead be
The text was updated successfully, but these errors were encountered: