From 14331a197bad133c984e5cb3db7fde50cfe39858 Mon Sep 17 00:00:00 2001 From: assasinfil Date: Fri, 10 Feb 2023 21:52:13 +0300 Subject: [PATCH] Timeout after preambula fix --- lib/subghz/protocols/alutech_at_4n.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/subghz/protocols/alutech_at_4n.c b/lib/subghz/protocols/alutech_at_4n.c index 78cfa2a0f..2050ab2cc 100644 --- a/lib/subghz/protocols/alutech_at_4n.c +++ b/lib/subghz/protocols/alutech_at_4n.c @@ -331,7 +331,7 @@ static bool subghz_protocol_encoder_alutech_at_4n_get_upload( } instance->encoder.upload[index - 1].duration += - (uint32_t)subghz_protocol_alutech_at_4n_const.te_long * 4; + (uint32_t)subghz_protocol_alutech_at_4n_const.te_short * 9; // Send key data for(uint8_t i = 64; i > 0; --i) {