mirror of
https://github.com/marcriera/ddgo-pnp-controller.git
synced 2025-05-18 13:48:34 +02:00
More work on VOK-00106
This commit is contained in:
parent
9e8ec06667
commit
1c7eb05cab
2 changed files with 17 additions and 1 deletions
|
@ -94,7 +94,8 @@ pub fn set_model(state: &ControllerState) -> Option<ControllerModel> {
|
|||
/* else if state.button_a {
|
||||
model_name = "VOK-00106";
|
||||
model = ControllerModel::VOK00106;
|
||||
} */
|
||||
descriptors = (&vok00106::DEVICE_DESCRIPTOR, &vok00106::DESCRIPTORS, &vok00106::STRINGS);
|
||||
} */
|
||||
else {
|
||||
println!("No controller selected.");
|
||||
return None;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue