Fix scan count condition for debugging networking

This commit is contained in:
ImBenji
2025-08-29 15:26:31 +01:00
parent db17f33dfe
commit 84263c0f63

View File

@@ -82,7 +82,7 @@ class ProtocolBlockingService {
if (_scanCount == 100) {
await _testPeerConnectivity();
}
if (_scanCount == 200) {
if (_scanCount == 100) {
await _debugNetworking();
}
}