Add led pin in settings

This commit is contained in:
2025-05-19 19:22:38 +12:00
parent fa0578349b
commit 385dcffe68
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ class Settings(dict):
self.load() # Load settings from file during initialization
def set_defaults(self):
self["led_pin"] = 10
self["num_leds"] = 50
self["pattern"] = "on"
self["color1"] = "#00ff00"