expose waterfall auto adjustment settings in web config

This commit is contained in:
Jakob Ketterl
2021-03-31 00:18:06 +02:00
parent 170b720e48
commit 5a7c12dfac
3 changed files with 38 additions and 7 deletions

View File

@ -258,10 +258,10 @@ Note: if you experience audio underruns while CPU usage is 100%, you can:
#waterfall_colors = [0x0000FF, 0x00FF00, 0xFF0000]
### Waterfall calibration
#waterfall_auto_levels = {"min": -88, "max": -20} # in dB
#waterfall_levels = {"min": -88, "max": -20} # in dB
waterfall_auto_levels = {"min": 3, "max": 10}
waterfall_auto_min_range = 50
#waterfall_auto_levels = {"min": 3, "max": 10}
#waterfall_auto_min_range = 50
# Note: When the auto waterfall level button is clicked, the following happens:
# [waterfall_levels.min] = [current_min_power_level] - [waterfall_auto_levels["min"]]