reciver changes

This commit is contained in:
2019-10-06 17:27:58 +02:00
parent 53c42b050a
commit d91e08db15
6 changed files with 37 additions and 22 deletions

View File

@ -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;