Server: Add comments to configspec

This commit is contained in:
Arthur Golubtsov
2020-02-17 18:24:40 +03:00
parent 07456bd414
commit 3f518dd6bd

View File

@@ -32,9 +32,9 @@ config_version = float(default='1.0')
check_git_version = boolean(default=True)
check_current_position = boolean(default=True)
# in meters
battery_min = float(default=50.0, min=0, max=100)
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)
start_pos_delta_max = float(default=1.0, min=0) # Set 0 to disable this check
# in seconds
time_delta_max = float(default=1.0, min=0)