From 12fddac17c5995a8380421ea0fb8e49b090438f9 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Wed, 11 Nov 2020 19:26:38 +0100 Subject: [PATCH] Fix compilation error (#9816) * Fix compilation error * Fix compilation error Co-authored-by: Stephan Hadinger --- tasmota/xdrv_23_zigbee_2_devices.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/xdrv_23_zigbee_2_devices.ino b/tasmota/xdrv_23_zigbee_2_devices.ino index a72c15232..6a4dcd49d 100644 --- a/tasmota/xdrv_23_zigbee_2_devices.ino +++ b/tasmota/xdrv_23_zigbee_2_devices.ino @@ -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?