This commit is contained in:
callebtc
2025-07-21 19:18:46 +02:00
parent 554b687ad8
commit bfb9a535ac
6 changed files with 20 additions and 19 deletions
@@ -41,7 +41,7 @@ class BluetoothPacketBroadcaster(
fragments.forEach { fragment ->
broadcastSinglePacket(RoutedPacket(fragment), gattServer, characteristic)
// 20ms delay between fragments (matching iOS/Rust)
delay(20)
delay(200)
}
}
return