drone: Update config specs default values for OUTPUT flags in ANIMATION

This commit is contained in:
Arthur Golubtsov
2020-06-17 21:58:45 +03:00
parent 011d0adfde
commit 0968d6546d

View File

@@ -74,11 +74,11 @@ private_offset = float_list(default=list(0, 0, 0), min=3, max=3)
common_offset = float_list(default=list(0, 0, 0), min=3, max=3)
# Flags for output frames
[[OUTPUT]]
static_begin = boolean(default=False)
static_begin = boolean(default=True)
takeoff = boolean(default=True)
route = boolean(default=True)
land = boolean(default=False)
static_end = boolean(default=False)
land = boolean(default=True)
static_end = boolean(default=True)
[LED]
use = boolean(default=True)