mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-30 21:58:55 -07:00
Fix (LF RFID -> Add manually) names again
remove N/A for PAC (and future protocols with N/A manufacturer)
This commit is contained in:
@@ -6,7 +6,8 @@ void LfRfidAppSceneSaveType::on_enter(LfRfidApp* app, bool need_restore) {
|
||||
for(uint8_t i = 0; i < keys_count; i++) {
|
||||
if(strcmp(
|
||||
protocol_dict_get_manufacturer(app->dict, i),
|
||||
protocol_dict_get_name(app->dict, i))) {
|
||||
protocol_dict_get_name(app->dict, i)) &&
|
||||
strcmp(protocol_dict_get_manufacturer(app->dict, i), "N/A")) {
|
||||
string_init_printf(
|
||||
submenu_name[i],
|
||||
"%s %s",
|
||||
|
||||
Reference in New Issue
Block a user