digidotcom / xbee-python

Python library to interact with Digi International's XBee radio frequency modules.
Mozilla Public License 2.0
185 stars 93 forks source link

Optionally specify operating_mode during open. #163

Open tonyborries opened 4 years ago

tonyborries commented 4 years ago

162

Explicitly set the operating_mode during re-opening so that we aren't briefly running in the wrong mode. Perhaps a more robust solution is needed, but handles the immediate issue.