From 0dcf973e43f1325e240e98a45bfb545aa26bc012 Mon Sep 17 00:00:00 2001 From: you Date: Sat, 21 Mar 2026 22:05:52 +0000 Subject: [PATCH] debug: log channel WS timestamp values --- public/channels.js | 1 + public/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/channels.js b/public/channels.js index 7b58cdea..f4058560 100644 --- a/public/channels.js +++ b/public/channels.js @@ -408,6 +408,7 @@ if (!sender) sender = 'Unknown'; var ts = m.data?.packet?.timestamp || m.data?.timestamp || new Date().toISOString(); + console.log('[ch-ws] channelName:', channelName, 'ts:', ts, 'packet.ts:', m.data?.packet?.timestamp, 'data.ts:', m.data?.timestamp); var pktHash = m.data?.hash || m.data?.packet?.hash || null; var pktId = m.data?.id || null; var snr = m.data?.snr ?? m.data?.packet?.snr ?? payload.SNR ?? null; diff --git a/public/index.html b/public/index.html index 160c17c3..d764b5c5 100644 --- a/public/index.html +++ b/public/index.html @@ -86,7 +86,7 @@ - +