You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore the 100ms delay after BLE writes that was removed in 14f3bd8.
With write-without-response mode, the BLE controller needs time to
transmit the packet before the connection is torn down.
Also fix logDebug calls that used printf-style %s placeholders, which
don't work since logDebug only accepts a single string argument.
0 commit comments