From 49ee47ad3caae204fd19c31eb94b55bc72fce5e8 Mon Sep 17 00:00:00 2001 From: Andrii Pientsov Date: Thu, 20 Oct 2022 16:14:46 +0300 Subject: MTX-4685 MTCDT3 R.6.2.0: hw-version shall be used to detect serial capabilities GP-1779 --- include/Device/Device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Device/Device.h b/include/Device/Device.h index 5f2bf12..7a20f04 100644 --- a/include/Device/Device.h +++ b/include/Device/Device.h @@ -28,7 +28,7 @@ class Device { static const std::regex serialModeFilter; static const std::regex storeFilters; static const std::regex showFilters; - static const std::regex mtcdt3Filters; + static const std::regex mtcdt3HwVersionFilters; static const std::regex mtrFilters; const unsigned int accessoryCardsListSize = 7; -- cgit v1.2.3