v130
Fixed
- Ensure that all enumerated devices are always processed in order to avoid:
- calling nrfutil device-info multiple times for the same device
- only calling onSuccess once when waiting for device when rebooting
nrfutil device
now callsdevice-info
before notifying the app
with an onSelectedDevice. This is to ensure the operations to the device are
completed before the app possibly does any more action on it