mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
fix naming
This commit is contained in:
@@ -416,7 +416,7 @@ void protocol_electra_render_data(ProtocolElectra* protocol, FuriString* result)
|
|||||||
|
|
||||||
const ProtocolBase protocol_electra = {
|
const ProtocolBase protocol_electra = {
|
||||||
.name = "Electra",
|
.name = "Electra",
|
||||||
.manufacturer = "Electra Group",
|
.manufacturer = "Electra",
|
||||||
.data_size = ELECTRA_DECODED_DATA_SIZE,
|
.data_size = ELECTRA_DECODED_DATA_SIZE,
|
||||||
.features = LFRFIDFeatureASK | LFRFIDFeaturePSK,
|
.features = LFRFIDFeatureASK | LFRFIDFeaturePSK,
|
||||||
.validate_count = 3,
|
.validate_count = 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user