Rename "NFC pwd" to "NFC unlock"

Signed-off-by: Markus Birth <markus@birth-online.de>
This commit is contained in:
2026-03-30 01:26:03 +01:00
parent c1bc56500b
commit f0696296a0
+1 -1
View File
@@ -88,7 +88,7 @@ void sonicare_scene_read_complete_on_enter(void* context) {
FURI_LOG_D("sonicare_scene_read_complete", "NFC unlock password: 0x%08lx", unlock_pwd_big);
uint8_t unlock_pwd[4];
memcpy(unlock_pwd, &unlock_pwd_big, sizeof(unlock_pwd_big));
furi_string_cat_printf(temp_str, "NFC pwd:");
furi_string_cat_printf(temp_str, "NFC unlock:");
format_bytes_reverse(temp_str, unlock_pwd, 4);
furi_string_cat_printf(temp_str, "\n");