Persistent logic improvement, CMD_ON refinig, Vacom Air channel may open airGate if active

This commit is contained in:
2018-04-01 04:27:30 +03:00
parent a0ba569d60
commit a936240d14
5 changed files with 54 additions and 17 deletions

View File

@@ -62,6 +62,19 @@ typedef union
};
} HSVstore;
typedef union
{
long int aslong;
struct
{
int8_t r;
int8_t g;
int8_t b;
int8_t v;
};
} RGBVstore;
class Item
{
public: