update config to version 6

This commit is contained in:
Jakob Ketterl 2021-03-21 15:23:26 +01:00
parent c9d303c43e
commit 62e67afc9c

View File

@ -33,7 +33,7 @@ config_webrx: configuration options for OpenWebRX
""" """
# configuration version. please only modify if you're able to perform the associated migration steps. # configuration version. please only modify if you're able to perform the associated migration steps.
version = 5 version = 6
# NOTE: you can find additional information about configuring OpenWebRX in the Wiki: # NOTE: you can find additional information about configuring OpenWebRX in the Wiki:
# https://github.com/jketterl/openwebrx/wiki/Configuration-guide # https://github.com/jketterl/openwebrx/wiki/Configuration-guide
@ -270,8 +270,12 @@ waterfall_auto_level_margin = {"min": 3, "max": 10, "min_range": 50}
# current_max_power_level __| # current_max_power_level __|
# This setting allows you to modify the precision of the frequency displays in OpenWebRX. # This setting allows you to modify the precision of the frequency displays in OpenWebRX.
# Set this to the number of digits you would like to see: # Set this to exponent of 10 to select the most precise digit in Hz you'd like to see
#frequency_display_precision = 4 # examples:
# a value of 2 selects 10^2 = 100Hz tuning precision (default):
#tuning_precision = 2
# a value of 1 selects 10^1 = 10Hz tuning precision:
#tuning_precision = 1
# This setting tells the auto-squelch the offset to add to the current signal level to use as the new squelch level. # This setting tells the auto-squelch the offset to add to the current signal level to use as the new squelch level.
# Lowering this setting will give you a more sensitive squelch, but it may also cause unwanted squelch openings when # Lowering this setting will give you a more sensitive squelch, but it may also cause unwanted squelch openings when