Update to Addressable Color Wipe Example (#3903)

Update to the Addressable Color Wipe Example to correctly include gradient as an option of the color rather than the entire effect
This commit is contained in:
lps2 2024-06-04 06:44:35 -06:00 committed by GitHub
parent e9160aa3d2
commit 54e394d8c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -702,14 +702,14 @@ the strip and shifts them forward every ``add_led_interval``.
- red: 100%
green: 100%
blue: 100%
num_leds: 1
num_leds: 5
gradient: true
- red: 0%
green: 0%
blue: 0%
num_leds: 1
add_led_interval: 100ms
reverse: false
gradient: false
Configuration variables: