From c04fa78525aed9afd4f8a1a5d599125b20b41f3c Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Thu, 19 Feb 2026 11:05:37 +0100 Subject: [PATCH] Fix flipped TX/RX freqs in codeplug export --- static/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/app.js b/static/app.js index 15ebaad..9a8e519 100644 --- a/static/app.js +++ b/static/app.js @@ -317,8 +317,8 @@ ' ' + escapeXml(alias) + '\n' + ' ' + slot + '\n' + ' ' + colorCode + '\n' + - ' ' + txFreq + '\n' + - ' ' + rxFreq + '\n' + + ' ' + rxFreq + '\n' + + ' ' + txFreq + '\n' + ' MTCHCLRCD\n' + ' 180\n' + ' \n';