payfrit-beacon-ios/PayfritBeacon/Provisioners
Schwifty 3c41ecb49d fix: add disconnect detection + drop inter-command delay to 50ms
Two changes:
1. DXSmartProvisioner now registers for BLE disconnect callbacks.
   Previously if the beacon dropped the link mid-write, the provisioner
   would sit waiting for ACK timeouts (5s × 2 retries = 10s of dead air).
   Now it fails immediately with a clear error.

2. Inter-command delay reduced from 150ms → 50ms since beacon handles
   fast writes fine.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 04:08:40 +00:00
..
DXSmartProvisioner.swift fix: add disconnect detection + drop inter-command delay to 50ms 2026-03-23 04:08:40 +00:00
ProvisionerProtocol.swift refactor: strip all non-CP-28 beacon code 2026-03-23 03:04:07 +00:00
ProvisionError.swift feat: complete rebuild of PayfritBeacon iOS from scratch 2026-03-22 17:13:36 +00:00