Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 06:08
· 8 commits to main since this release

Fixes

  • Firmware install: remount the BOOTSEL drive before writing (macOS). Leaving the board in BOOTSEL mode for a while let the OS's cached view of the drive drift from what the device actually serves, and the install could then fail until the board was replugged. The drive is now remounted right before the write, which resets that state automatically. The remount is best effort — if it isn't possible, the write proceeds as before.
  • Firmware install: write failures now include a hint to replug the device and try again.

Full Changelog: v1.0.0...v1.0.1