fix a3 alias assignment
rotation_z and stick_rotation need seperate entries in frappy_config
This commit is contained in:
@@ -96,7 +96,7 @@ def frappy_start(**services):
|
||||
all_cfg = {}
|
||||
new_cfg = []
|
||||
remove_cfg = []
|
||||
for service in SERVICES:
|
||||
for service in reversed(SERVICES):
|
||||
secnode = session.devices.get('se_' + service)
|
||||
cfginfo = services.get(service)
|
||||
if cfginfo is None:
|
||||
|
||||
Reference in New Issue
Block a user