Make detector use freqman (#3119)

* make detector list a freqman file
* add file loading ability, autoscan/pause, step in on pause on range, frequency value display
* Update firmware/application/external/detector_rx/ui_detector_rx.hpp
* Update firmware/application/external/detector_rx/ui_detector_rx.cpp
* add 750 kHz step
* revamp UI and add auto advance, auto scan, and only display 'RANGE SCAN...' when auto scan is on on ranges to avoid flicker of the hell.
* adjust as I can the ranges as they where before
* Update sdcard/FREQMAN/DETECTOR.TXT
* fix instance related copilot remark
This commit is contained in:
gullradriel
2026-04-02 08:26:45 +02:00
committed by GitHub
parent aee54e5b2d
commit 605c9efa0c
5 changed files with 255 additions and 118 deletions
+2
View File
@@ -134,6 +134,7 @@ options_t freqman_steps = {
{"100kHz (FM2)", 100000},
{"250kHz (N2)", 250000},
{"500kHz (WFM)", 500000},
{"750kHz ", 750000},
{"1MHz ", 1000000},
};
@@ -156,6 +157,7 @@ options_t freqman_steps_short = {
{"100kHz", 100000},
{"250kHz", 250000},
{"500kHz", 500000},
{"750kHz", 750000},
{"1MHz", 1000000},
};