fix naming

This commit is contained in:
MX 2024-05-03 23:04:58 +03:00
parent 9656331618
commit a89a67d103
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -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,