mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-30 08:49:33 +00:00
Update server's configspec comments
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user