Skip to content

v136

Compare
Choose a tag to compare
@kylebonnici kylebonnici released this 01 Dec 14:29
· 323 commits to main since this release
c4957a7

Fixed

  • useStopWatch milliseconds was not correctly calculated
  • External JLink devices would not connect to apps device list properly if
    selected before they are connected to the debug-in heder of the device

Changed

  • useStopWatch reset and start no longer force a rerender if these are a
    dependency of a useEffect
  • useStopWatch start optional time param no longer default to the last time
    when paused but 0.
  • nrfutil device device-info return undefined if reading info throws

Steps to upgrade when using this package

  • useStopWatch If start() was used after a pause() with no call to reset()
    start need to be called with time i.e. start(time)