mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 11:21:39 +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 +=
|
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
|
// Send key data
|
||||||
for(uint8_t i = 64; i > 0; --i) {
|
for(uint8_t i = 64; i > 0; --i) {
|
||||||
|
Loading…
Reference in New Issue
Block a user