update changelog

This commit is contained in:
MX 2024-03-25 01:04:33 +03:00
parent 8d75af8457
commit 81a16e5a28
No known key found for this signature in database
GPG Key ID: 7CCC66B7DBDD1C83
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* NFC: **Kazan parser improved** - token parse option added (by @Leptopt1los)
* NFC: **Update ndef parser**, mf classic dict changes (by @Willy-JL)
* RFID: Test swap of em4100 t5577 blocks (details in issue 3463 OFW)
* RFID: Fix RAW read crash (by @Willy-JL)
* Infrared: Update universal remote assets (by @amec0e | PR #718 #719)
* SubGHz: Add 430.50 mhz (by @MizumasuShoichi | PR #721)
* SubGHz: **Magellan Event Code Update** (by @wooferguy | PR #713)

View File

@ -88,6 +88,8 @@ bool lfrfid_scene_raw_read_on_event(void* context, SceneManagerEvent event) {
popup, "Reading\nRAW RFID\nPSK", 89, 30, AlignCenter, AlignTop);
notification_message(app->notifications, &sequence_blink_start_yellow);
lfrfid_worker_stop(app->lfworker);
lfrfid_worker_stop_thread(app->lfworker);
lfrfid_worker_start_thread(app->lfworker);
furi_string_printf(
state->string_file_name,
"%s/%s%s",