Closed tobiasmuecksch closed 7 years ago
Hey there,
I've copied the example from the readme and removed this line:config : "dualShock3",.
config : "dualShock3",
Afterwards I connected my PS 4 controller with my mac and stared the script.
It then returns this error:
Error: device with VID:1356 PID:616 not found
What does this error mean? How can I debug it?
My Node version: 7.9.0
Sorry for this false issue. After uncommenting this line it started working perfectly:
config: "dualshock4-generic-driver",
Hey there,
I've copied the example from the readme and removed this line:
config : "dualShock3",
.Afterwards I connected my PS 4 controller with my mac and stared the script.
It then returns this error:
Error: device with VID:1356 PID:616 not found
What does this error mean? How can I debug it?
My Node version: 7.9.0