From 1aa090140fe741f41bbbe62c9e94be74e2c3dd3b Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Wed, 26 Feb 2025 19:45:14 +0300 Subject: [PATCH] revert changes of the line removed --- src/configuration.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/configuration.h b/src/configuration.h index c064ced..5dd1804 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -7,6 +7,7 @@ int configure_device(); libusb_device_handle* dev_handle; const uint16_t VID = 0x048d; +const uint16_t PID = 0x5711; unsigned int TIMEOUT = 2000; int counter; int limit; \ No newline at end of file