]> sigrok.org Git - sigrok-test.git/commitdiff
rgb_led_ws281x: catch up with decoder option rename
authorGerhard Sittig <redacted>
Sat, 29 Jul 2023 15:39:15 +0000 (17:39 +0200)
committerGerhard Sittig <redacted>
Sat, 29 Jul 2023 15:39:15 +0000 (17:39 +0200)
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.

decoder/test/rgb_led_ws281x/test.conf

index 2837e736b7ff6a68d4d03ec8032c5e243ddb9a2d..f0b713fb283846226c5afefc91267609c198fcab 100644 (file)
@@ -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