Skip to content

v130

Compare
Choose a tag to compare
@kylebonnici kylebonnici released this 14 Nov 12:13
· 354 commits to main since this release
976a7d5

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 calls device-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