Skip to content

Commit

Permalink
Fix ws281x version checks as it was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 28, 2024
1 parent ee4165e commit d7e8d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/test/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rosversion web_video_server
rosversion nodelet
rosversion image_view

[[ $(rosversion ws281x) == "0.0.13" ]]
[[ $(rosversion ws281x) == "0.0.15" ]]

if [ -z $VM ]; then
# rosversion compressed_image_transport
Expand Down

0 comments on commit d7e8d22

Please sign in to comment.