From e71f68d31bc7ebe2fc405373e7786facf4e77f95 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil <33750417+thattil@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:36:54 +0100 Subject: [PATCH] reverted versions as the firmware dont increment (#590) --- slsSupportLib/include/sls/sls_detector_defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsSupportLib/include/sls/sls_detector_defs.h b/slsSupportLib/include/sls/sls_detector_defs.h index 99b31ba13..9a145700b 100644 --- a/slsSupportLib/include/sls/sls_detector_defs.h +++ b/slsSupportLib/include/sls/sls_detector_defs.h @@ -45,8 +45,8 @@ #define MAX_UDP_DESTINATION 32 -#define SLS_DETECTOR_HEADER_VERSION 0x3 -#define SLS_DETECTOR_JSON_HEADER_VERSION 0x5 +#define SLS_DETECTOR_HEADER_VERSION 0x2 +#define SLS_DETECTOR_JSON_HEADER_VERSION 0x4 // ctb/ moench 1g udp (read from fifo) #define UDP_PACKET_DATA_BYTES (1344)