[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:
@@ -440,6 +440,7 @@ window.onServerAprs = function(pkt) {
|
|||||||
info_bytes: pkt.info_bytes,
|
info_bytes: pkt.info_bytes,
|
||||||
type: pkt.packet_type,
|
type: pkt.packet_type,
|
||||||
crcOk: pkt.crc_ok,
|
crcOk: pkt.crc_ok,
|
||||||
|
ts_ms: pkt.ts_ms,
|
||||||
lat: pkt.lat,
|
lat: pkt.lat,
|
||||||
lon: pkt.lon,
|
lon: pkt.lon,
|
||||||
symbolTable: pkt.symbol_table,
|
symbolTable: pkt.symbol_table,
|
||||||
|
|||||||
Reference in New Issue
Block a user