Skip to content

Commit

Permalink
electra non-initialized encoded epilogue on render fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Leptopt1los authored and xMasterX committed May 24, 2024
1 parent e8cbce6 commit ba8dd58
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 ba8dd58

Please sign in to comment.