Skip to content

Commit

Permalink
4x OFW
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster committed Aug 2, 2023
1 parent 5772059 commit 402bcc4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@ This software is for experimental purposes only and is not meant for any illegal

## Latest Updates - [PATREON: Latest Release RM0802-0215-0.87.1-f8a0f6e](https://www.patreon.com/RogueMaster?filters[tag]=Latest%20Release)

- Last Synced/Checked Unleashed, changes in [changelog](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/CHANGELOG.md) and in [commits](https://github.com/DarkFlippers/unleashed-firmware/commits/dev): `2023-08-02 04:00 EST`
- Last Synced/Checked OFW, changes in [commits](https://github.com/flipperdevices/flipperzero-firmware/commits/dev): `2023-08-02 04:00 EST`
- Last Synced/Checked Unleashed, changes in [changelog](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/CHANGELOG.md) and in [commits](https://github.com/DarkFlippers/unleashed-firmware/commits/dev): `2023-08-02 13:20 EST`
- Last Synced/Checked OFW, changes in [commits](https://github.com/flipperdevices/flipperzero-firmware/commits/dev): `2023-08-02 13:20 EST`
- [Removed duplicated dolphin deeds (By RogueMaster)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/commit/f3edcba5b28574c32ec1f781f0b5f6c936ef5214)
- [Small fix for Moving Main Menu Apps in CFW Settings #725 (By ESurge)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/725)
- [Small fix for Removing Main Menu Apps in CFW Settings #726 (By ESurge)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/726)
- OFW: [Rename Applications to Apps #2939 (By Astrrra)](https://github.com/flipperdevices/flipperzero-firmware/pull/2939)
- OFW: [NFC: Fix MFC key invalidation #2912 (By AloneLiberty)](https://github.com/flipperdevices/flipperzero-firmware/pull/2912)
- OFW: [NFC CLI: Fix multiple apdu commands from not working when one of them gives an empty response #2922 (By erikj95)](https://github.com/flipperdevices/flipperzero-firmware/pull/2922)
- OFW: [fbtenv: add additional environ variable to control execution flow #2938 (By lomalkin)](https://github.com/flipperdevices/flipperzero-firmware/pull/2938)

<a name="release">

Expand Down
1 change: 1 addition & 0 deletions applications/external/uhf_rfid/uhf_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ void uhf_data_reset(UHFData* uhf_data) {
uhf_data->start = false;
uhf_data->end = false;
uhf_data->length = 0;
uhf_data->next = NULL;
}

void uhf_data_free(UHFData* uhf_data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void cfw_app_scene_interface_mainmenu_add_main_on_enter(void* context) {
submenu_add_item(
submenu,
LOADER_APPLICATIONS_NAME,
(uint32_t) LOADER_APPLICATIONS_NAME,
(uint32_t)LOADER_APPLICATIONS_NAME,
cfw_app_scene_interface_mainmenu_add_main_submenu_callback,
app);

Expand Down

0 comments on commit 402bcc4

Please sign in to comment.