From 7c6c0592709220f35102367dcddbad97599b6259 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Sat, 10 Oct 2020 20:42:48 +0200 Subject: [PATCH] Fix compilation error --- tasmota/xdrv_23_zigbee_A_impl.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/xdrv_23_zigbee_A_impl.ino b/tasmota/xdrv_23_zigbee_A_impl.ino index de8373ad6..2d83ee987 100644 --- a/tasmota/xdrv_23_zigbee_A_impl.ino +++ b/tasmota/xdrv_23_zigbee_A_impl.ino @@ -87,7 +87,9 @@ void ZigbeeInit(void) if (Settings.zb_txradio_dbm < 0) { Settings.zb_txradio_dbm = -Settings.zb_txradio_dbm; +#ifdef USE_ZIGBEE_EZSP EZ_reset_config = true; // force reconfigure of EZSP +#endif SettingsSave(2); } }