changed status reporting system
This commit is contained in:
@ -10,14 +10,13 @@ public:
|
||||
static const uint16_t LARGE_TIME = 750;
|
||||
static const uint8_t SMALL_TIME = 250;
|
||||
|
||||
static const uint16_t MAX_NAME_LENGTH = 32;
|
||||
static const uint16_t MAX_NAME_LENGTH = 16;
|
||||
|
||||
private:
|
||||
bool _state = false;
|
||||
uint16_t _nameAddr;
|
||||
uint16_t _id;
|
||||
char _name[MAX_NAME_LENGTH];
|
||||
void sendBit( const bool i);
|
||||
void sendBit(const bool i);
|
||||
void sync();
|
||||
void sendId();
|
||||
|
||||
|
Reference in New Issue
Block a user