remove some no longer used structures

This commit is contained in:
2019-11-09 20:27:50 +01:00
parent 0449f02b0e
commit c3d3c46107

View File

@@ -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
*/