mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-02-26 08:19:11 +00:00
fixes bug with x32 headamp address map
This commit is contained in:
parent
ce398e9a09
commit
9a77121317
@ -13,7 +13,7 @@ var x32AddressMap = map[string]string{
|
|||||||
"mainmono": "/main/mono",
|
"mainmono": "/main/mono",
|
||||||
"strip": "/ch/%02d",
|
"strip": "/ch/%02d",
|
||||||
"bus": "/bus/%02d",
|
"bus": "/bus/%02d",
|
||||||
"headamp": "/headamp/%02d",
|
"headamp": "/headamp/%03d",
|
||||||
"snapshot": "/-snap",
|
"snapshot": "/-snap",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user