use addressMap in strip struct

This commit is contained in:
2026-02-01 00:53:32 +00:00
parent d894cc1317
commit 64b4be032f
2 changed files with 20 additions and 16 deletions

View File

@@ -1,11 +1,13 @@
package xair
var xairAddressMap = map[string]string{
"bus": "/bus/%01d",
"strip": "/ch/%02d",
"bus": "/bus/%01d",
}
var x32AddressMap = map[string]string{
"bus": "/bus/%02d",
"strip": "/ch/%02d",
"bus": "/bus/%02d",
}
func addressMapForMixerKind(kind MixerKind) map[string]string {