fine-tune colors

This commit is contained in:
Jakob Ketterl 2020-09-12 19:54:25 +02:00
parent 45c0d05fec
commit 36cf6097b3
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ waterfall_colors = [0x30123bff, 0x311542ff, 0x33184aff, 0x341b51ff, 0x351e58ff,
waterfall_min_level = -88 # in dB
waterfall_max_level = -20
waterfall_auto_level_margin = {"min": 5, "max": 40}
waterfall_auto_level_margin = {"min": 5, "max": 10}
# Note: When the auto waterfall level button is clicked, the following happens:
# [waterfall_min_level] = [current_min_power_level] - [waterfall_auto_level_margin["min"]]