[fix](trx-client): remove dead NOAA APT decoder, fix LRPT bookmark activation
Remove the wxsat/NOAA APT checkbox from bookmark decoder form and all JS references — the APT decoder no longer exists. Fix LRPT decoder not activating when an FM-mode bookmark is applied: bmApply() gated decoder toggles on DIG mode only, so LRPT bookmarks (which use FM) never triggered SetLrptDecodeEnabled. Gate on DIG or FM. Wire satellite pass scheduling into the scheduler loop: check configured satellite entries against live pass predictions, activate the satellite's bookmark (enabling LRPT decoder) when a pass is active, and expose active_satellite in SchedulerStatus for the frontend. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -472,7 +472,6 @@
|
||||
<label class="bm-decoder-check"><input type="checkbox" id="bm-dec-ft2" value="ft2" /> FT2</label>
|
||||
<label class="bm-decoder-check"><input type="checkbox" id="bm-dec-wspr" value="wspr" /> WSPR</label>
|
||||
<label class="bm-decoder-check"><input type="checkbox" id="bm-dec-hf-aprs" value="hf-aprs" /> HF APRS</label>
|
||||
<label class="bm-decoder-check"><input type="checkbox" id="bm-dec-wxsat" value="wxsat" /> NOAA APT</label>
|
||||
<label class="bm-decoder-check"><input type="checkbox" id="bm-dec-lrpt" value="lrpt" /> Meteor LRPT</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user