This commit is contained in:
callebtc
2025-07-09 21:51:04 +02:00
parent 3c0d145406
commit b6f281275a
2 changed files with 2 additions and 5 deletions
@@ -350,10 +350,7 @@ class BluetoothMeshService(private val context: Context) {
)
// Send with random delay and retry for reliability
delay(Random.nextLong(50, 500))
connectionManager.broadcastPacket(packet)
delay(300 + Random.nextLong(0, 200))
// delay(Random.nextLong(50, 500))
connectionManager.broadcastPacket(packet)
}
}