Merge pull request #9513 from s-hadinger/zbreset_2

Fix compilation error for ZNP
This commit is contained in:
s-hadinger 2020-10-10 20:50:11 +02:00 committed by GitHub
commit 3235abd7fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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