Added offest list to configspec

This commit is contained in:
Artem30801
2019-12-01 21:07:17 +03:00
parent b73b65c09f
commit 74186e5c5b

View File

@@ -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)