reciver changes
This commit is contained in:
@ -7,10 +7,10 @@
|
||||
class WirelessRelay
|
||||
{
|
||||
public:
|
||||
static const uint16_t LARGE_TIME = 750;
|
||||
static const uint8_t SMALL_TIME = 250;
|
||||
static constexpr uint16_t LARGE_TIME = 750;
|
||||
static constexpr uint8_t SMALL_TIME = 250;
|
||||
|
||||
static const uint16_t MAX_NAME_LENGTH = 16;
|
||||
static constexpr uint16_t MAX_NAME_LENGTH = 16;
|
||||
|
||||
private:
|
||||
bool _state = false;
|
||||
|
Reference in New Issue
Block a user