Remove color1 and color2, use colors array instead
This commit is contained in:
@@ -15,8 +15,6 @@ class Settings(dict):
|
||||
self["led_pin"] = 10
|
||||
self["num_leds"] = 50
|
||||
self["pattern"] = "on"
|
||||
self["color1"] = "#00ff00"
|
||||
self["color2"] = "#ff0000"
|
||||
self["delay"] = 100
|
||||
self["brightness"] = 10
|
||||
self["color_order"] = "rgb"
|
||||
|
||||
Reference in New Issue
Block a user