Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Tweak some subghz config names
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Dec 30, 2023
1 parent ee19b84 commit 1226be7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ void subghz_scene_receiver_config_on_enter(void* context) {

item = variable_item_list_add(
subghz->variable_item_list,
"Delete old signals when memory is full",
"Delete Old Signals on Full Memory",
COMBO_BOX_COUNT,
subghz_scene_receiver_config_set_delete_old_signals,
subghz);
Expand All @@ -646,7 +646,7 @@ void subghz_scene_receiver_config_on_enter(void* context) {
if(scene_manager_get_scene_state(subghz->scene_manager, SubGhzSceneReadRAW) !=
SubGhzCustomEventManagerSet) {
// Reset to default
variable_item_list_add(subghz->variable_item_list, "Reset to default", 1, NULL, NULL);
variable_item_list_add(subghz->variable_item_list, "Reset to Default", 1, NULL, NULL);

variable_item_list_set_enter_callback(
subghz->variable_item_list,
Expand Down

0 comments on commit 1226be7

Please sign in to comment.