mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-13 19:43:34 -07:00
Update nice_flor_s.c
This commit is contained in:
@@ -128,7 +128,7 @@ static bool
|
||||
}
|
||||
|
||||
instance->generic.cnt++;
|
||||
uint64_t decrypt = btn << 4 | (instance->generic.data & 0x0F00000000000) << 28 | instance->generic.serial << 16 | instance->generic.cnt;
|
||||
uint64_t decrypt = btn << 4 | 0x0 << 28 | instance->generic.serial << 16 | instance->generic.cnt;
|
||||
FURI_LOG_I(TAG, "decrypt = %X", decrypt);
|
||||
uint64_t temp_parcel = subghz_protocol_nice_flor_s_encrypt(decrypt, file_name);
|
||||
FURI_LOG_I(TAG, "temp_parcel = %X", temp_parcel);
|
||||
|
||||
Reference in New Issue
Block a user