Skip to content

Commit 8a02b45

Browse files
committed
Update MAX_RX_RSSI_THRESHOLD to enhance filtering of close/interfering repeaters
1 parent e4e909f commit 8a02b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/wardrive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ const ADVERT_HEADER = 0x11; // Header byte for ADVERT packets
328328

329329
// RX Packet Filter Configuration
330330
const MAX_RX_PATH_LENGTH = 9; // Maximum path length for RX packets (drop if exceeded to filter corrupted packets)
331-
const MAX_RX_RSSI_THRESHOLD = -50; // Maximum RSSI (dBm) for RX packets (drop if ≥ -30 to filter "carpeater" - extremely close/interfering repeaters)
331+
const MAX_RX_RSSI_THRESHOLD = -30; // Maximum RSSI (dBm) for RX packets (drop if ≥ -30 to filter "carpeater" - extremely close/interfering repeaters)
332332
const RX_ALLOWED_CHANNELS = ['#wardriving', 'Public', '#testing', '#ottawa']; // Allowed channels for RX wardriving (Public uses fixed key, hashtag channels use SHA-256 derivation)
333333
const RX_PRINTABLE_THRESHOLD = 0.80; // Minimum printable character ratio for GRP_TXT (80%)
334334

0 commit comments

Comments
 (0)