mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-10 15:13:16 +00:00
Add frequency correction to receiver screen (WIP).
This commit is contained in:

committed by
Jared Boone

parent
3874c82d57
commit
fd9bb13157
@@ -295,7 +295,12 @@ FrequencyOptionsView::FrequencyOptionsView(
|
||||
add_children({ {
|
||||
&text_step,
|
||||
&options_step,
|
||||
&text_correction,
|
||||
&field_ppm,
|
||||
&text_ppm,
|
||||
} });
|
||||
|
||||
field_ppm.set_value(0);
|
||||
}
|
||||
|
||||
void FrequencyOptionsView::set_step(rf::Frequency f) {
|
||||
|
Reference in New Issue
Block a user