mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-18 10:51:54 +03:00
Timeout after preambula fix
This commit is contained in:
parent
e40444b526
commit
14331a197b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user