From 2ff41cd1566905e78825737d3c8e153f9bc96f4a Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Fri, 21 Jan 2022 23:17:51 +0000 Subject: [PATCH] add missing K field definition --- perl/DXChannel.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 674f8355..9c294640 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -82,6 +82,7 @@ $count = 0; isolate => '5,Isolate network,yesno', isslugged => '9,Still Slugged,yesno', itu => '0,ITU Zone', + K => '9,Seen on PC92 K,yesno', lang => '0,Language', lastmsgpoll => '0,Last Msg Poll,atime', lastping => '5,Ping last sent,atime', -- 2.34.1