From 4000742861301701e1e57f912855dec3641c247b Mon Sep 17 00:00:00 2001 From: Jared Dohrman Date: Wed, 15 Apr 2026 18:47:32 +1000 Subject: [PATCH] fix: tune /stats noise floor meter thresholds --- src/helpers/web/WebPanelServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/web/WebPanelServer.cpp b/src/helpers/web/WebPanelServer.cpp index 1a92b517..c9502bee 100644 --- a/src/helpers/web/WebPanelServer.cpp +++ b/src/helpers/web/WebPanelServer.cpp @@ -1418,7 +1418,7 @@ const char kWebPanelAppHtml[] PROGMEM = R"HTML( function renderRadioCard(radio) { const rssiPct = pctRange(radio.last_rssi, -20, -120); const snrPct = pctRange(radio.last_snr, -20, 20); - const noisePct = pctRange(radio.noise_floor, -60, -130); + const noisePct = pctRange(radio.noise_floor, -60, -113); const totalAir = (radio.tx_air_secs || 0) + (radio.rx_air_secs || 0); const txShare = pctRatio(radio.tx_air_secs || 0, totalAir); return `