mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-05 03:29:33 +00:00
Added offest list to configspec
This commit is contained in:
@@ -16,5 +16,8 @@ host = string(default=ntp1.stratum2.ru)
|
||||
port = integer(default=123)
|
||||
|
||||
[PRIVATE]
|
||||
# avialiable options: /hostname ; /default ; /ip ; any string 63 characters lengh
|
||||
# avialiable options: /hostname ; /spec_default ; /ip ; any string 63 characters lengh
|
||||
id = string(default=/hostname, max=63)
|
||||
# Drone's individual offset
|
||||
# __list__ X Y Z
|
||||
offset = float_list(default=list(0, 0, 0), min=3, max=3)
|
||||
|
||||
Reference in New Issue
Block a user