Skip to content

Commit

Permalink
Electra non-initialized encoded epilogue on render fix (#3666)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leptopt1los authored May 27, 2024
1 parent ab2fcaf commit a6139b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lfrfid/protocols/protocol_electra.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ bool protocol_electra_write_data(ProtocolElectra* protocol, void* data) {
};

void protocol_electra_render_data(ProtocolElectra* protocol, FuriString* result) {
protocol_electra_encoder_start(protocol);
furi_string_printf(result, "Epilogue: %016llX", protocol->encoded_epilogue);
};

Expand Down

0 comments on commit a6139b0

Please sign in to comment.