mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 03:26:40 -04:00
parent
9df1cfa670
commit
1c81c7a8ba
2 changed files with 1 additions and 5 deletions
|
@ -115,9 +115,6 @@ APRSRxView::APRSRxView(NavigationView& nav, Rect parent_rect) : View(parent_rect
|
|||
if(i == 2){
|
||||
field_frequency.set_value(145175000);
|
||||
}
|
||||
if(i == 3){
|
||||
field_frequency.set_value(144575000);
|
||||
}
|
||||
};
|
||||
|
||||
field_frequency.set_value(receiver_model.tuning_frequency());
|
||||
|
|
|
@ -217,8 +217,7 @@ private:
|
|||
{
|
||||
{ "NA ", 0 },
|
||||
{ "EUR", 1 },
|
||||
{ "AUS", 2 },
|
||||
{ "NZ", 3 }
|
||||
{ "AUS", 2 }
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue