Skip to content

Commit

Permalink
disable tests on firmware update
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam committed Jan 28, 2025
1 parent 0b25a81 commit fe46705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ dai_add_example(warp_mesh Warp/warp_mesh.cpp ON OFF)
dai_add_example(imu_gyroscope_accelerometer IMU/imu_gyroscope_accelerometer.cpp ON OFF)
dai_add_example(imu_rotation_vector IMU/imu_rotation_vector.cpp ON OFF)
dai_add_example(imu_extrinsics IMU/imu_extrinsics.cpp ON OFF)
dai_add_example(imu_firmware_update IMU/imu_firmware_update.cpp ON OFF)
dai_add_example(imu_firmware_update IMU/imu_firmware_update.cpp OFF OFF)

# mixed
dai_add_example(mono_depth_mobilenetssd mixed/mono_depth_mobilenetssd.cpp ON OFF)
Expand Down

0 comments on commit fe46705

Please sign in to comment.