Work on spectran sources

This commit is contained in:
AlexandreRouma
2022-12-06 08:23:58 +01:00
parent f163e926c7
commit bd854b590e
7 changed files with 638 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public:
this->name = name;
strcpy(hostname, "localhost");
sampleRate = 5000000.0;
sampleRate = 41000000.0;
handler.ctx = this;
handler.selectHandler = menuSelected;