v1.3.4 — fix blank dense prints on macOS
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
writeValueWithoutResponsebursts 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