Update nice_flor_s.c

try new encoder
This commit is contained in:
r3df0xx 2022-04-25 23:12:37 +03:00
parent e49f6a1d76
commit 6184d47873

View file

@ -155,7 +155,7 @@ static void
//Send header
instance->encoder.upload[index++] =
level_duration_make(false, (uint32_t)subghz_protocol_nice_flor_s_const.te_short * 34);
level_duration_make(false, (uint32_t)subghz_protocol_nice_flor_s_const.te_short * 38);
//Send start bit
instance->encoder.upload[index++] =
level_duration_make(true, (uint32_t)subghz_protocol_nice_flor_s_const.te_short * 3);