From: Gerhard Sittig Date: Sat, 29 Jul 2023 15:39:15 +0000 (+0200) Subject: rgb_led_ws281x: catch up with decoder option rename X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=1402dba4271140fb52a83d99cf8c298ccefb4de7;hp=d872c9fb17f590f6b5b3c998db6a7f40abb8ee42;p=sigrok-test.git rgb_led_ws281x: catch up with decoder option rename The 'type' option was replaced by 'wireorder' and 'textorder'. Adjust the test.conf data. The configuration of the test, its input data, and expected output remain identical. No change in behaviour. --- diff --git a/decoder/test/rgb_led_ws281x/test.conf b/decoder/test/rgb_led_ws281x/test.conf index 2837e73..f0b713f 100644 --- a/decoder/test/rgb_led_ws281x/test.conf +++ b/decoder/test/rgb_led_ws281x/test.conf @@ -29,6 +29,6 @@ test ws2812b_neopixel24_4mhz_snippet output rgb_led_ws281x annotation match ws2812b_neopixel24_4mhz_snippet.output test ws281x_rgbw_4mhz_snippet - protocol-decoder rgb_led_ws281x channel din=0 option type=RGBW + protocol-decoder rgb_led_ws281x channel din=0 option wireorder=RWGB option textorder=RGWB input led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.sr output rgb_led_ws281x annotation match ws281x_RGBW_4mhz_snippet.output