Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed May 3, 2024
1 parent 9656331 commit a89a67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lfrfid/protocols/protocol_electra.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ void protocol_electra_render_data(ProtocolElectra* protocol, FuriString* result)

const ProtocolBase protocol_electra = {
.name = "Electra",
.manufacturer = "Electra Group",

This comment has been minimized.

Copy link
@Thekingad

Thekingad May 14, 2024

CAn give Money for Jailbreak

.manufacturer = "Electra",
.data_size = ELECTRA_DECODED_DATA_SIZE,
.features = LFRFIDFeatureASK | LFRFIDFeaturePSK,
.validate_count = 3,
Expand Down

0 comments on commit a89a67d

Please sign in to comment.