mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-09 02:13:35 +00:00
start adding x32 support
This commit is contained in:
9
internal/xair/address.go
Normal file
9
internal/xair/address.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package xair
|
||||
|
||||
var xairAddressMap = map[string]string{
|
||||
"bus": "/bus/%01d",
|
||||
}
|
||||
|
||||
var x32AddressMap = map[string]string{
|
||||
"bus": "/bus/%02d",
|
||||
}
|
||||
Reference in New Issue
Block a user