mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
Update came_atomo.c
This commit is contained in:
@@ -146,7 +146,7 @@ static void subghz_protocol_encoder_came_atomo_get_upload(SubGhzProtocolEncoderC
|
||||
|
||||
uint64_t invert = instance->generic.data ^ 0xFFFFFFFFFFFFFFFF;
|
||||
invert >>= 4;
|
||||
invert = (uint64_t)0x1 << 62 | invert;
|
||||
invert = (uint64_t)0x1 << 60 | invert;
|
||||
hi = invert >> 32;
|
||||
lo = invert & 0xFFFFFFFF;
|
||||
FURI_LOG_I(TAG, "inverted to upload: %02X %02X %02X %02X %02X %02X %02X %02X\n", (hi >> 24), ((hi >> 16) & 0xFF), ((hi >> 8) & 0xFF), (hi & 0xFF),
|
||||
|
||||
Reference in New Issue
Block a user