[fix](trx-frontend-http): preserve APRS event timestamps

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-06 16:19:46 +01:00
parent faaaad6ab9
commit 7de847b504
@@ -440,6 +440,7 @@ window.onServerAprs = function(pkt) {
info_bytes: pkt.info_bytes,
type: pkt.packet_type,
crcOk: pkt.crc_ok,
ts_ms: pkt.ts_ms,
lat: pkt.lat,
lon: pkt.lon,
symbolTable: pkt.symbol_table,