From c0e7103d3a07192aebb636ca4839c306ea1e5933 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 18 Aug 2019 15:51:31 +0100 Subject: [PATCH] Set TX/RX Sig reports to default to 599 for psk/rtty --- application/views/interface_assets/footer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 2910c9ee..c672ecf4 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -469,8 +469,8 @@ $(document).ready(function(){ } else if ($(this).val() == 'FSK441' || $(this).val() == 'JT6M') { $('#rst_sent').val('26'); $('#rst_recv').val('26'); - } else if ($(this).val() == 'CW') { - $('#rst_sent').val('599'); + } else if ($(this).val() == 'CW' || $(this).val() == 'RTTY' || $(this).val() == 'PSK31' !! $(this).val() == 'PSK63') { + $('#rst_sent').val('599'); $('#rst_recv').val('599'); } else { $('#rst_sent').val('59');