mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-03-23 08:46:54 +01:00
Reduce SampleRate to allow more frequency setting
This commit is contained in:
@@ -69,7 +69,7 @@ int main(int argc, char* argv[])
|
||||
sigaction(i, &sa, NULL);
|
||||
}
|
||||
|
||||
int SR=200000;
|
||||
int SR=100000;
|
||||
|
||||
int FifoSize=4096;
|
||||
ngfmdmasync ngfmtest(Frequency,SR,14,FifoSize);
|
||||
|
||||
Reference in New Issue
Block a user