Skip to content
Snippets Groups Projects
Unverified Commit ebfcc818 authored by Erwin Ried's avatar Erwin Ried Committed by GitHub
Browse files

Adding 2 more steps to the frequency selector (#28)

parent 36fed73c
No related merge requests found
...@@ -247,6 +247,8 @@ public: ...@@ -247,6 +247,8 @@ public:
parent_pos, parent_pos,
5, 5,
{ {
{ " 1 ", 1 },
{ " 10 ", 10 },
{ " 100", 100 }, { " 100", 100 },
{ " 1k ", 1000 }, { " 1k ", 1000 },
{ " 3k ", 3000 }, /* Approximate SSB bandwidth */ { " 3k ", 3000 }, /* Approximate SSB bandwidth */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment