mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
update changelog
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
* NFC: **Kazan parser improved** - token parse option added (by @Leptopt1los)
|
* NFC: **Kazan parser improved** - token parse option added (by @Leptopt1los)
|
||||||
* NFC: **Update ndef parser**, mf classic dict changes (by @Willy-JL)
|
* NFC: **Update ndef parser**, mf classic dict changes (by @Willy-JL)
|
||||||
* RFID: Test swap of em4100 t5577 blocks (details in issue 3463 OFW)
|
* 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)
|
* Infrared: Update universal remote assets (by @amec0e | PR #718 #719)
|
||||||
* SubGHz: Add 430.50 mhz (by @MizumasuShoichi | PR #721)
|
* SubGHz: Add 430.50 mhz (by @MizumasuShoichi | PR #721)
|
||||||
* SubGHz: **Magellan Event Code Update** (by @wooferguy | PR #713)
|
* 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);
|
popup, "Reading\nRAW RFID\nPSK", 89, 30, AlignCenter, AlignTop);
|
||||||
notification_message(app->notifications, &sequence_blink_start_yellow);
|
notification_message(app->notifications, &sequence_blink_start_yellow);
|
||||||
lfrfid_worker_stop(app->lfworker);
|
lfrfid_worker_stop(app->lfworker);
|
||||||
|
lfrfid_worker_stop_thread(app->lfworker);
|
||||||
|
lfrfid_worker_start_thread(app->lfworker);
|
||||||
furi_string_printf(
|
furi_string_printf(
|
||||||
state->string_file_name,
|
state->string_file_name,
|
||||||
"%s/%s%s",
|
"%s/%s%s",
|
||||||
|
|||||||
Reference in New Issue
Block a user