mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-27 07:29:33 +00:00
Drone: Update defaults in config and update requirements
This commit is contained in:
@@ -13,7 +13,7 @@ port = integer(default=8181, min=1)
|
||||
[TELEMETRY]
|
||||
transmit = boolean(default=True)
|
||||
frequency = float(default=1.0, min=0)
|
||||
log_resources = boolean(default=True)
|
||||
log_resources = boolean(default=False)
|
||||
|
||||
[POSITION WATCHDOG]
|
||||
enabled = boolean(default=True)
|
||||
@@ -65,11 +65,11 @@ frame_delay = float(default=0.1, min=0.01)
|
||||
# Animation ratio (x, y, z)
|
||||
# __list__ x y z
|
||||
ratio = float_list(default=list(1.0, 1.0, 1.0), min=3, max=3)
|
||||
# Available options: 'animation', 'nan' or a number in degrees
|
||||
# Available options: 'animation', 'nan' or a number in degrees
|
||||
yaw = string(default=180.0)
|
||||
|
||||
[LED]
|
||||
use = boolean(default=True)
|
||||
use = boolean(default=False)
|
||||
pin = integer(default=21, min=0, max=100)
|
||||
count = integer(default=60, min=1)
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
selectors2
|
||||
psutil
|
||||
psutil
|
||||
configobj
|
||||
|
||||
Reference in New Issue
Block a user