mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fixed invalid PID value used in the TempDataLogger project host application (thanks to Anupam Pathak).
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Project1HostApp
|
||||
public partial class frmDataloggerSettings : Form
|
||||
{
|
||||
private const int DEVICE_VID = 0x03EB;
|
||||
private const int DEVICE_PID = 0xFAFA;
|
||||
private const int DEVICE_PID = 0x2063;
|
||||
|
||||
private struct Device_Report_t
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user