mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-09 10:15:18 -04:00
Add frequency correction to receiver screen (WIP).
This commit is contained in:
parent
3874c82d57
commit
fd9bb13157
2 changed files with 23 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue