tlaukkan / zigbee4java

Zigbee API for Java provides simple Java interface to ZigBee network.
Apache License 2.0
144 stars 68 forks source link

Add separate RESET_TIMEOUT to account for long delay in CC2531 board startup #38

Closed cdjackson closed 9 years ago

cdjackson commented 9 years ago

As per https://github.com/tlaukkan/zigbee4java/issues/37 the CC2531 dongles appear to wait for up to 1 minute after powerup before they will respond to a reset. This PR adds a separate timeout which is used during the reset interval and is defaulted to 60 seconds.