fix issue with alias_config removed at MLZ

rotation_z will be automatically assigned to one of a list
of aliases ('unique' entry in frappy_config) but will complain
when this is not unique.
This commit is contained in:
2023-05-19 16:34:58 +02:00
parent bc8ce5a56e
commit 1930c24b71
2 changed files with 12 additions and 2 deletions

View File

@ -34,6 +34,7 @@ devices = dict(
'targets': {'se_mf': 20},
},
rotation_z = {
'unique': ['a3', 'om'],
'alias': 'dom',
'targets': {'se_om': 20, 'se_stickrot': 19},
'envlist': False,