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 @@

Session Pings

- - +