mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
nice one is disabled too
This commit is contained in:
parent
29a1865ec3
commit
1e5223c6ab
1 changed files with 2 additions and 2 deletions
|
@ -451,7 +451,7 @@ void subghz_scene_receiver_config_on_enter(void* context) {
|
|||
|
||||
item = variable_item_list_add(
|
||||
subghz->variable_item_list,
|
||||
"Ignore NiceFloRS",
|
||||
"Ignore NiceFlorS / Nice One",
|
||||
COMBO_BOX_COUNT,
|
||||
subghz_scene_receiver_config_set_niceflors,
|
||||
subghz);
|
||||
|
@ -465,7 +465,7 @@ void subghz_scene_receiver_config_on_enter(void* context) {
|
|||
// Enable speaker, will send all incoming noises and signals to speaker so you can listen how your remote sounds like :)
|
||||
item = variable_item_list_add(
|
||||
subghz->variable_item_list,
|
||||
"Sound:",
|
||||
"Sound",
|
||||
COMBO_BOX_COUNT,
|
||||
subghz_scene_receiver_config_set_speaker,
|
||||
subghz);
|
||||
|
|
Loading…
Add table
Reference in a new issue