mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
fix naming
This commit is contained in:
parent
9656331618
commit
a89a67d103
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ void protocol_electra_render_data(ProtocolElectra* protocol, FuriString* result)
|
|||
|
||||
const ProtocolBase protocol_electra = {
|
||||
.name = "Electra",
|
||||
.manufacturer = "Electra Group",
|
||||
.manufacturer = "Electra",
|
||||
.data_size = ELECTRA_DECODED_DATA_SIZE,
|
||||
.features = LFRFIDFeatureASK | LFRFIDFeaturePSK,
|
||||
.validate_count = 3,
|
||||
|
|
Loading…
Add table
Reference in a new issue