add DeviceList

main
Minizbot2012 3 years ago
parent 1bb032e25d
commit 1c5b5637f7
No known key found for this signature in database
GPG Key ID: 977C8ADE12361917

@ -10,3 +10,8 @@ type Device struct {
BINDING []byte
GUI gui.GUI
}
//DeviceList List of supported devices
var DeviceList = []string{
"Orbweaver",
}

Loading…
Cancel
Save