mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +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),
|
hidden(false),
|
||||||
reachable(false),
|
reachable(false),
|
||||||
data(),
|
data(),
|
||||||
|
last_seen(0),
|
||||||
lqi(0xFF),
|
lqi(0xFF),
|
||||||
batterypercent(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?
|
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