From 5ed380c03d792de91ba15a14549b46ca8d8cabca Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Thu, 9 Feb 2023 18:35:07 +0000 Subject: [PATCH] Remove debug setup --- usbcontroller.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usbcontroller.h b/usbcontroller.h index 98f43c8..5c477f2 100644 --- a/usbcontroller.h +++ b/usbcontroller.h @@ -170,9 +170,9 @@ private: unsigned short knownUsbDevices[4][3] = { {shuttleXpress,0x0b33,0x0020}, {shuttlePro2,0x0b33,0x0030}, - {eCoderPlus,0x0c26,0x001e}, - //{RC28,0x0c26,0x001e}, - //{eCoderPlus, 0x1fc9, 0x0003} + //{eCoderPlus,0x0c26,0x001e}, // Only enable for testing! + {RC28,0x0c26,0x001e}, + {eCoderPlus, 0x1fc9, 0x0003} }; protected: