Skip to content

Commit

Permalink
Ensure coordinator IEEE address is set on startup (#658)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Jackson <chris@cd-jackson.com>
  • Loading branch information
cdjackson committed Oct 2, 2021
1 parent 436d4a9 commit a4049a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ private synchronized void initialiseZigBee() {
}

// Get the final network configuration
nodeIeeeAddress = networkManager.getLocalIeeeAddress();
currentChannel = networkManager.getZigBeeChannel();
currentPanId = networkManager.getZigBeePanId();
currentExtendedPanId = networkManager.getZigBeeExtendedPanId();
Expand Down

0 comments on commit a4049a4

Please sign in to comment.