From 48de99a942ca954e6310c8b95b22e4513c113a9c Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 16 Jun 2022 18:19:29 +0300 Subject: [PATCH] ws281x was updated to 0.0.13 --- builder/test/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/test/tests.sh b/builder/test/tests.sh index 93e6ea87..8eaf9dec 100755 --- a/builder/test/tests.sh +++ b/builder/test/tests.sh @@ -60,7 +60,7 @@ rosversion image_view # validate some versions [[ $(rosversion cv_camera) == "0.5.1" ]] # patched version with init fix -[[ $(rosversion ws281x) == "0.0.12" ]] +[[ $(rosversion ws281x) == "0.0.13" ]] # validate examples are present [[ $(ls /home/pi/examples/*) ]]