mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 06:47:17 +00:00
Fix compilation error (#9816)
* Fix compilation error * Fix compilation error Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
This commit is contained in:
parent
4b6465fd10
commit
12fddac17c
@ -636,9 +636,10 @@ public:
|
||||
hidden(false),
|
||||
reachable(false),
|
||||
data(),
|
||||
last_seen(0),
|
||||
lqi(0xFF),
|
||||
batterypercent(0xFF),
|
||||
last_seen(0)
|
||||
reserved_for_alignment(0xFFFF)
|
||||
{ };
|
||||
|
||||
inline bool valid(void) const { return BAD_SHORTADDR != shortaddr; } // is the device known, valid and found?
|
||||
|
Loading…
x
Reference in New Issue
Block a user