Skip to content

v1.3.4 — fix blank dense prints on macOS

Choose a tag to compare

@iscarelli iscarelli released this 07 Jun 19:35
· 3 commits to main since this release

Patch release.

Fixed

  • macOS: dense/batch prints came out blank on the B1 Pro (and other "fast" models) while still reporting 100%. macOS CoreBluetooth silently drops the unacked writeValueWithoutResponse bursts that Windows tolerates, so the image rows never arrived. On macOS the driver now paces the "fast" models too (one frame per write + a gap). Windows behavior is unchanged.

Added

  • Niimbot.PACE_MS — runtime-tunable gap (ms) between unacked writes (default 10).

🤖 Generated with Claude Code