From 749a4123b63cffe7f6c9900035147ce6cb164a3b Mon Sep 17 00:00:00 2001 From: smithse Date: Fri, 17 Jan 2025 14:29:28 +0800 Subject: [PATCH] Fix header text --- RX_FSK/data/cfg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RX_FSK/data/cfg.js b/RX_FSK/data/cfg.js index a6ddb90..32905c7 100644 --- a/RX_FSK/data/cfg.js +++ b/RX_FSK/data/cfg.js @@ -63,7 +63,7 @@ var cfgs = [ [ "cm.active", "Chasemapper active (0=disabled, 1=active)"], [ "cm.host", "Chasemapper UDP host"], [ "cm.port", "Chasemapper UDP port"], -[ "", "Chasemapper settings", "https://github.com/dl9rdz/rdz_ttgo_sonde/wiki/Sondeseeker-configuration"], +[ "", "SondeSeeker settings", "https://github.com/dl9rdz/rdz_ttgo_sonde/wiki/Sondeseeker-configuration"], [ "ss.active", "Sondeseeker active (0=disabled, 1=active)"], [ "ss.host", "Sondeseeker UDP host"], [ "ss.port", "Sondeseeker UDP port"],