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); } }