diff --git a/00_prologue.ino b/00_prologue.ino index 8585523..883082f 100644 --- a/00_prologue.ino +++ b/00_prologue.ino @@ -15,18 +15,8 @@ String devname; // Device identifier for MQTT struct Settings { String name = ""; String ip = ""; - uint8_t mode = 0, // Current animation effect - offset = 0, - brightness = 20; // Default brightness (range 0-255) - long color = 0x00A4B3; // Starting color } settings; -struct State { - String text = ""; - uint8_t mode = 0; - long color = 0x00A4B3; // Starting color -} state; - /* * Debugging might be nice sometimes */