Remove color1 and color2, use colors array instead

This commit is contained in:
2025-11-30 23:08:43 +13:00
parent b864f166cb
commit 4d4b91e40d
2 changed files with 0 additions and 4 deletions

View File

@@ -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"