Added support for automatically enabling auto adjust waterfall levels - JBG

This commit is contained in:
Jason Gaunt
2021-12-19 17:32:52 +00:00
parent 66492ff40a
commit 5aeed3c670
4 changed files with 17 additions and 3 deletions

View File

@@ -142,6 +142,7 @@ defaultConfig = PropertyLayer(
waterfall_scheme="GoogleTurboWaterfall",
waterfall_levels=PropertyLayer(min=-88, max=-20),
waterfall_auto_levels=PropertyLayer(min=3, max=10),
waterfall_auto_level_default_mode=False,
waterfall_auto_min_range=50,
tuning_precision=2,
squelch_auto_margin=10,