mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-03 22:23:35 -07:00
Update nice_flor_s.c
This commit is contained in:
@@ -323,7 +323,7 @@ uint64_t subghz_protocol_nice_flor_s_encrypt(uint64_t data, const char* file_nam
|
||||
k = ~p[3];
|
||||
p[3] = ~p[1];
|
||||
p[1] = k;
|
||||
FURI_LOG_I(TAG, "encrypted_data = %016llX", data);
|
||||
FURI_LOG_I(TAG, "encrypted_data = %016X", data);
|
||||
return data;
|
||||
}
|
||||
|
||||
@@ -362,7 +362,7 @@ static uint64_t
|
||||
p[1] = k;
|
||||
}
|
||||
}
|
||||
FURI_LOG_I(TAG, "decrypted_data = %016llX", data);
|
||||
FURI_LOG_I(TAG, "decrypted_data = %016X", data);
|
||||
return data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user