Added a better offset config for up/down converters

This commit is contained in:
Ryzerth
2021-07-09 00:58:05 +02:00
parent ba208bf8b3
commit 29ec14d3f0
2 changed files with 61 additions and 7 deletions

View File

@@ -182,6 +182,7 @@ int sdrpp_main(int argc, char *argv[]) {
defConfig["theme"] = "Dark";
defConfig["modules"] = json::array();
defConfig["offsetMode"] = (int)0; // Off
defConfig["offset"] = 0.0;
defConfig["showMenu"] = true;
defConfig["showWaterfall"] = true;