small fix

This commit is contained in:
2024-09-03 17:35:35 +03:00
parent aa862d8f2c
commit fd51a4935c
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ public:
uint16_t rTime = 0;
};
inline uint16_t getId() { return id; }
inline uint16_t getId() const { return id; }
inline void setId(uint16_t id) { this->id = id; }
static void checkAddressRuleApply(uint16_t address, uint16_t id, bool &flag);
void setPin(uint8_t pin);