mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 07:07:58 +00:00
drone: Update config specs default values for OUTPUT flags in ANIMATION
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user