remove some no longer used structures
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user