Skip to content

Commit

Permalink
fix: EZSP: fix pairing via routers not possible (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirovilya authored Feb 27, 2024
1 parent 19ff6fe commit b004cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/ezsp/driver/ezsp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const CONFIG_IDS_PRE_V9: number[][] = [
*/
const CONFIG_IDS_CURRENT: number[][] = [
[EzspConfigId.CONFIG_TC_REJOINS_USING_WELL_KNOWN_KEY_TIMEOUT_S, 90],
[EzspConfigId.CONFIG_TRUST_CENTER_ADDRESS_CACHE_SIZE, 2],
[EzspConfigId.CONFIG_FRAGMENT_DELAY_MS, 50],
[EzspConfigId.CONFIG_PAN_ID_CONFLICT_REPORT_THRESHOLD, 2],
[EzspConfigId.CONFIG_APPLICATION_ZDO_FLAGS,
Expand Down

0 comments on commit b004cf8

Please sign in to comment.