]> defiant.homedns.org Git - ros_wild_thumper.git/commitdiff
ledstripe: Spin faster than 1s
authorErik Andresen <erik@vontaene.de>
Sat, 8 Dec 2018 16:29:11 +0000 (17:29 +0100)
committerErik Andresen <erik@vontaene.de>
Sat, 8 Dec 2018 16:29:11 +0000 (17:29 +0100)
scripts/ledstripe.rb

index 4205c390826fa3abfc129942be8d5e5dbd9fccc6..600a013369e600a58ac761f691b3666668bed6a6 100755 (executable)
@@ -73,7 +73,6 @@ if __FILE__ == $0
        end
 
        while node.ok?
        end
 
        while node.ok?
-               node.spin_once
-               sleep(1)
+               node.spin
        end
 end
        end
 end