mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Timeout after preambula fix
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user