mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
Merge pull request #9513 from s-hadinger/zbreset_2
Fix compilation error for ZNP
This commit is contained in:
commit
3235abd7fb
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user