mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
Hop fix
This commit is contained in:
parent
a551317cc2
commit
d9f6b02da5
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ static bool subghz_protocol_encoder_kinggates_stylo_4k_get_upload(
|
|||
}
|
||||
}
|
||||
|
||||
for(uint8_t i = 36; i > 4; i--) {
|
||||
for(uint8_t i = 36; i > 0; i--) {
|
||||
if(bit_read(instance->generic.data_2, i - 1)) {
|
||||
//send bit 1
|
||||
instance->encoder.upload[index++] = level_duration_make(
|
||||
|
|
Loading…
Reference in a new issue