Skip to content

Commit

Permalink
Latest Release RM0423-1246-0.101.1-bca8534 on PATREON - NFCLGTOFF
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster committed Apr 23, 2024
1 parent 7a2d1c8 commit e31e11e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ This software is for experimental purposes only and is not meant for any illegal
- Updated: [IR Remote v1.1 (By Hong5489)](https://github.com/Hong5489/ir_remote) [Hold Option (By d4ve10)](https://github.com/d4ve10/ir_remote/tree/infrared_hold_option)
- Updated: [NFC Playlist v1.7 (By acegoal07)](https://github.com/acegoal07/FlipperZero_NFC_Playlist/tree/main)
- Added: [Icons for FAPPED Settings (By RogueMaster)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/commit/6504c6988c05e80e7a772c7532857bc9a069a121)
- [NFC: Allow backlight off in dict attack (By Willy-JL)]()

<a name="release">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void nfc_scene_mf_classic_dict_attack_on_enter(void* context) {
dict_attack_set_card_state(instance->dict_attack, true);
view_dispatcher_switch_to_view(instance->view_dispatcher, NfcViewDictAttack);
nfc_blink_read_start(instance);
notification_message(instance->notifications, &sequence_display_backlight_enforce_on);
// notification_message(instance->notifications, &sequence_display_backlight_enforce_on);

instance->poller = nfc_poller_alloc(instance->nfc, NfcProtocolMfClassic);
nfc_poller_start(instance->poller, nfc_dict_attack_worker_callback, instance);
Expand Down Expand Up @@ -277,5 +277,5 @@ void nfc_scene_mf_classic_dict_attack_on_exit(void* context) {
instance->nfc_dict_context.is_card_present = false;

nfc_blink_stop(instance);
notification_message(instance->notifications, &sequence_display_backlight_enforce_auto);
// notification_message(instance->notifications, &sequence_display_backlight_enforce_auto);
}

0 comments on commit e31e11e

Please sign in to comment.