From 6171f003aad1264f6d9806e6de3f4de9e033a6e2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 04:39:54 +0000 Subject: [PATCH 1/2] Initial plan From fdbd159d5b1e0441626f0e12954f7b2c59a01b66 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 04:46:22 +0000 Subject: [PATCH 2/2] Fix syntax error in handleRxLogEvent and remove unused config.js reference Co-authored-by: MrAlders0n <55921894+MrAlders0n@users.noreply.github.com> --- content/wardrive.js | 2 +- index.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/wardrive.js b/content/wardrive.js index dac658c..c599288 100644 --- a/content/wardrive.js +++ b/content/wardrive.js @@ -1185,7 +1185,7 @@ function startRepeaterTracking(payload, channelIdx) { * @param {number} channelIdx - The channel index where we sent the ping * @param {number} expectedChannelHash - The channel hash we expect (for message correlation) */ -function handleRxLogEvent(data, originalPayload, channelIdx, expectedChannelHash) { +async function handleRxLogEvent(data, originalPayload, channelIdx, expectedChannelHash) { try { debugLog(`Received rx_log entry: SNR=${data.lastSnr}, RSSI=${data.lastRssi}`); diff --git a/index.html b/index.html index 94f7d42..0a6b374 100644 --- a/index.html +++ b/index.html @@ -203,8 +203,7 @@