mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-24 13:52:38 +03:00
update changelog
This commit is contained in:
parent
8d75af8457
commit
81a16e5a28
@ -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)
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user