From 60501ee9545a2006e2d4b6e94565838141160ecd Mon Sep 17 00:00:00 2001 From: r3df0xx Date: Wed, 20 Apr 2022 21:29:45 +0300 Subject: [PATCH] Update faac_slh.c --- lib/subghz/protocols/faac_slh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/subghz/protocols/faac_slh.c b/lib/subghz/protocols/faac_slh.c index 88ef7190f..d93c9c934 100644 --- a/lib/subghz/protocols/faac_slh.c +++ b/lib/subghz/protocols/faac_slh.c @@ -116,7 +116,7 @@ static bool subghz_protocol_faac_slh_gen_data(SubGhzProtocolEncoderFaacSLH* inst uint32_t hop = 0; uint32_t decrypt = 0; uint64_t man = 0; - //instance->generic.seed = 0; + instance->generic.seed = 0x77ED7698; int res = 0; char fixx[8] = {}; int shiftby = 32; @@ -404,7 +404,7 @@ static void subghz_protocol_faac_slh_check_remote_controller instance->btn = code_fix & 0xF; uint32_t decrypt = 0; uint64_t man; - instance->seed = 0; + instance->seed = 0x77ED7698; for