From f8546937c0fc6be5f1d94b8ba95f3adc486ed950 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:59:38 +0300 Subject: [PATCH] fix readme and feature name --- ReadMe.md | 8 ++++---- .../main/subghz/scenes/subghz_scene_radio_settings.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 203fa055d..05c3cd352 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -55,7 +55,7 @@ - New frequency analyzer [(by ClusterM)](https://github.com/DarkFlippers/unleashed-firmware/pull/43) - Press OK in frequency analyzer to use detected frequency in Read modes [(by derskythe)](https://github.com/DarkFlippers/unleashed-firmware/pull/77) - Long press OK button in Sub-GHz Frequency analyzer to switch to Read menu [(by derskythe)](https://github.com/DarkFlippers/unleashed-firmware/pull/79) - - New option to use timestamps + protocol name when you saving file, instead of random name - Enable in `Radio Settings -> Time in names = ON` + - New option to use timestamps + protocol name when you saving file, instead of random name or timestamp only - Enable in `Radio Settings -> Protocol Names = ON` - Read mode UI improvements (shows time when signal was received) (by @wosk) - External CC1101 module support (Hardware SPI used) - **Hold right in received signal list to delete selected signal** @@ -140,9 +140,9 @@ The majority of this project is developed and maintained by me, @xMasterX. I'm unemployed, and the only income I receive is from your donations. Our team is small and the guys are working on this project as much as they can solely based on the enthusiasm they have for this project and the community. - @gid9798 - SubGHz, Plugins, many other things -- @assasinfil - SubGHz protocols +- @assasinfil - SubGHz protocols, NFC parsers (working with @Leptopt1los) - @Svaarich - UI design and animations -- @amec0e & @Leptopt1los - Infrared assets +- @amec0e & @Leptopt1los (only ACs) - Infrared assets - Community moderators in Telegram, Discord, and Reddit - And of course our GitHub community. Your PRs are a very important part of this firmware and open-source development. @@ -174,7 +174,7 @@ See full list and sources here: [xMasterX/all-the-plugins](https://github.com/xM ### Official Flipper Zero Apps Catalog [web version](https://lab.flipper.net/apps) or mobile app # Instructions -## First lock official docs [docs.flipper.net](https://docs.flipper.net/) +## First look at official docs [docs.flipper.net](https://docs.flipper.net/) ## [How to install](/documentation/HowToInstall.md) - [versions info](/CHANGELOG.md#recommended-update-option---web-updater): `n`,` `,`e`... ## Firmware & Development diff --git a/applications/main/subghz/scenes/subghz_scene_radio_settings.c b/applications/main/subghz/scenes/subghz_scene_radio_settings.c index 1b83510a9..ec4fee4a1 100644 --- a/applications/main/subghz/scenes/subghz_scene_radio_settings.c +++ b/applications/main/subghz/scenes/subghz_scene_radio_settings.c @@ -159,7 +159,7 @@ void subghz_scene_radio_settings_on_enter(void* context) { item = variable_item_list_add( variable_item_list, - "Time In Names", + "Protocol Names", TIMESTAMP_NAMES_COUNT, subghz_scene_receiver_config_set_timestamp_file_names, subghz);