mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
electra protocol rename. again
This commit is contained in:
parent
70cdd26855
commit
7077d588c7
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 = "EM41xx XL",
|
||||
.manufacturer = "Electra Group",
|
||||
.data_size = ELECTRA_DECODED_DATA_SIZE,
|
||||
.features = LFRFIDFeatureASK | LFRFIDFeaturePSK,
|
||||
.validate_count = 3,
|
||||
|
|
Loading…
Reference in a new issue