Update analog_audio_app.hpp

Added 100k bandwidth choice for SPEC
This commit is contained in:
gullradriel 2023-04-07 13:44:48 +02:00 committed by GitHub
parent 27f70cb9fe
commit 464b7dd98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,7 @@ private:
{ " 2m ", 2000000 },
{ " 1m ", 1000000 },
{ "500k", 500000 },
{ "100k", 100000 },
}
};