From 0ec1ac64e55a9d9937f292e3d453e6f724aa97e3 Mon Sep 17 00:00:00 2001 From: Swarnava Ghosh <49722007+swarnavaghosh04@users.noreply.github.com> Date: Sat, 22 Jun 2024 16:30:42 -0400 Subject: [PATCH] increased access code trimming --- lib/utils/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/common.h b/lib/utils/common.h index 0283b56..1f8e179 100644 --- a/lib/utils/common.h +++ b/lib/utils/common.h @@ -16,7 +16,7 @@ namespace crc{ } extern const char* access_code; -constexpr int access_code_front_trim = 8*3; +constexpr int access_code_front_trim = 8*3+2; extern const char* trimmed_access_code; }