Update server's configspec comments

This commit is contained in:
Artem30801
2020-04-03 12:53:48 +03:00
parent 2c48d1cddc
commit 0a6b771ab4

View File

@@ -31,10 +31,10 @@ config_version = float(default='1.0')
[CHECKS]
check_git_version = boolean(default=True)
check_current_position = boolean(default=True)
# in meters
battery_min = float(default=50.0, min=0, max=100) # Set 0 to disable this check
# in meters
start_pos_delta_max = float(default=1.0, min=0) # Set 0 to disable this check
# in percents; set 0 to disable this check
battery_min = float(default=50.0, min=0, max=100)
# in meters; set 0 to disable this check
start_pos_delta_max = float(default=1.0, min=0)
# in seconds
time_delta_max = float(default=1.0, min=0)