fix a3 alias assignment

rotation_z and stick_rotation need seperate entries in frappy_config
This commit is contained in:
2023-05-26 13:46:51 +02:00
parent 779fc13656
commit dd113a2da0
3 changed files with 35 additions and 21 deletions

View File

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