0.9.0
What's New
- Added
--ble
transport option. Usage issmpmgr --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 #28
- Feature/use timeout by @JPHutchins in #30
New Contributors
- @tormodvolden made their first contribution in #28
Full Changelog: 0.8.1...0.9.0