mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-20 22:49:06 +00:00
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:
@@ -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},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user