What's New
* Added `--ble` transport option. Usage is `smpmgr --ble <name or address> <command and args>`, e.g. `smpmgr --ble MyBLEDevice os echo Hello!`. Thanks, tormodvolden!
* The `--timeout` arg will be used for the transport connection timeout as well as SMP request timeout. This may not be ideal in the long run, but it was necessary for it to be a bit longer than the default 2 seconds when testing BLE on Windows! So, if BLE doesn't connect quickly, try `--timeout 5`.
What's Changed
* Add BLE support by tormodvolden in https://github.com/intercreate/smpmgr/pull/28
* Feature/use timeout by JPHutchins in https://github.com/intercreate/smpmgr/pull/30
New Contributors
* tormodvolden made their first contribution in https://github.com/intercreate/smpmgr/pull/28
**Full Changelog**: https://github.com/intercreate/smpmgr/compare/0.8.1...0.9.0