mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-29 16:29:34 +00:00
Server: Add comments to configspec
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user