From 9444fc7ebc9a96a7a290d924204f4627b2c271e3 Mon Sep 17 00:00:00 2001 From: Vladislav Ostapov Date: Mon, 5 May 2025 18:27:24 +0300 Subject: [PATCH] =?UTF-8?q?SCPC:=20=D0=BF=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F?= =?UTF-8?q?=D0=BB=20=D0=BD=D0=B0=D0=B4=D0=BF=D0=B8=D1=81=D1=8C=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=80=D1=83=D1=81=D1=81=D0=BA=D1=83=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/main-scpc.html | 2 +- static/main-tdma.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/main-scpc.html b/static/main-scpc.html index 7b8c768..dc6acae 100644 --- a/static/main-scpc.html +++ b/static/main-scpc.html @@ -63,7 +63,7 @@ Захват ФАПЧ Захват поиска по частоте Захват пакетной синхр. - SNR/RSSI{{ statRx.snr }} / {{ statRx.rssi }} + ОСШ/RSSI{{ statRx.snr }} / {{ statRx.rssi }} Modcod{{ statRx.modcod }} Размер кадра{{ statRx.frameSizeNormal ? 'normal' : 'short' }} Пилот-символы{{ statRx.isPilots ? 'pilots' : 'no pilots' }} diff --git a/static/main-tdma.html b/static/main-tdma.html index 3910826..6cd7102 100644 --- a/static/main-tdma.html +++ b/static/main-tdma.html @@ -62,7 +62,7 @@ Захват ФАПЧ Захват поиска по частоте Захват пакетной синхр. - SNR/RSSI{{ statRx.snr }} / {{ statRx.rssi }} + ОСШ/RSSI{{ statRx.snr }} / {{ statRx.rssi }} Modcod{{ statRx.modcod }} Размер кадра{{ statRx.frameSizeNormal ? 'normal' : 'short' }} Пилот-символы{{ statRx.isPilots ? 'pilots' : 'no pilots' }}