fixes bug with x32 headamp address map

This commit is contained in:
onyx-and-iris 2026-02-06 17:53:52 +00:00
parent ce398e9a09
commit 561faa0e95

View File

@ -13,7 +13,7 @@ var x32AddressMap = map[string]string{
"mainmono": "/main/mono",
"strip": "/ch/%02d",
"bus": "/bus/%02d",
"headamp": "/headamp/%02d",
"headamp": "/headamp/%03d",
"snapshot": "/-snap",
}