This commit is contained in:
2025-04-02 14:28:07 +00:00
parent 69a79044a7
commit 706a7990c3
2 changed files with 6 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ function parse_msg(msg) {
retmsg.grid=msg.COL_GRIDSQUARE;
retmsg.band=msg.COL_BAND;
retmsg.mode=msg.COL_MODE
retmsg.qrg=msg.COL_FREQ/1000;
retmsg.RST_RCVD=msg.COL_RST_RCVD;
retmsg.RST_SENT=msg.COL_RST_SENT;
retmsg.qso_time=msg.COL_TIME_ON;