From 4ffb1d429bf9c006dc94837ee2c36fa3f52a38f5 Mon Sep 17 00:00:00 2001 From: lemmingDev Date: Mon, 2 Dec 2024 21:10:07 +1000 Subject: [PATCH] Update TestReceivingOutputReport.ino --- .../TestReceivingOutputReport/TestReceivingOutputReport.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/TestReceivingOutputReport/TestReceivingOutputReport.ino b/examples/TestReceivingOutputReport/TestReceivingOutputReport.ino index 95484b5..3b5f0a5 100644 --- a/examples/TestReceivingOutputReport/TestReceivingOutputReport.ino +++ b/examples/TestReceivingOutputReport/TestReceivingOutputReport.ino @@ -32,7 +32,7 @@ void setup() { // Try NOT to modify VID, otherwise it may cause the host to be unable to send output reports to the device. bleGamepadConfig.setVid(0x1234); // You can freely set the PID - bleGamepadConfig.setPid(0x0100); + bleGamepadConfig.setPid(0x0001); bleGamepad.begin(&bleGamepadConfig); // changing bleGamepadConfig after the begin function has no effect, unless you call the begin function again