mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 06:47:17 +00:00
Fix compilation error
This commit is contained in:
parent
241843d384
commit
7c6c059270
@ -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