From a371366e9448660be381a8307852c1a52a203bd6 Mon Sep 17 00:00:00 2001 From: Tom M0LTE <37816024+M0LTE@users.noreply.github.com> Date: Wed, 6 May 2026 11:01:01 +0100 Subject: [PATCH] docs: swap 144.800 reference to 144.950 Two locations: - docs/dev-time-tx-kill-switch.md (worst-case-flooding example) - DbDiscoveryChannel.cs (sample operator-notes comment) --- docs/dev-time-tx-kill-switch.md | 2 +- src/dapps/dapps.core/Models/DbDiscoveryChannel.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev-time-tx-kill-switch.md b/docs/dev-time-tx-kill-switch.md index cae0211..6293a6a 100644 --- a/docs/dev-time-tx-kill-switch.md +++ b/docs/dev-time-tx-kill-switch.md @@ -28,7 +28,7 @@ The dashboard shows a red banner across every page when the gate is closed, with DAPPS is alpha-quality software running on shared amateur radio bandwidth. A bug shipped in a release could, in principle, cause a fleet of nodes to flood the air. Most operators won't catch a regression in a release within minutes; they may not even be at the keyboard. The kill-switch lets the project author gag every running node within roughly one minute of detecting a problem, without coordinating with operators individually. -This is a software-development safety net, not a regulatory mechanism, not a moderation tool. It exists so the worst-case "I shipped a bug that hammers 144.800" stays bounded to a few minutes of harm before every node goes silent. +This is a software-development safety net, not a regulatory mechanism, not a moderation tool. It exists so the worst-case "I shipped a bug that hammers 144.950" stays bounded to a few minutes of harm before every node goes silent. ## What you cannot do diff --git a/src/dapps/dapps.core/Models/DbDiscoveryChannel.cs b/src/dapps/dapps.core/Models/DbDiscoveryChannel.cs index a295f4a..7d6d37f 100644 --- a/src/dapps/dapps.core/Models/DbDiscoveryChannel.cs +++ b/src/dapps/dapps.core/Models/DbDiscoveryChannel.cs @@ -61,7 +61,7 @@ public sealed class DbDiscoveryChannel public bool Enabled { get; set; } = true; /// Free-form operator notes. Useful for "this is the - /// 144.800 channel, don't beacon faster than once an hour". + /// 144.950 channel, don't beacon faster than once an hour". public string Notes { get; set; } = ""; ///