mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
fix config
This commit is contained in:
parent
087bf41392
commit
8ce5fae626
2 changed files with 5 additions and 1 deletions
|
@ -180,6 +180,7 @@ void subghz_scene_decode_raw_on_enter(void* context) {
|
|||
subghz_receiver_search_decoder_base_by_name(
|
||||
subghz->txrx->receiver, SUBGHZ_PROTOCOL_RAW_NAME),
|
||||
false);
|
||||
subghz_receiver_set_filter(subghz->txrx->receiver, SubGhzProtocolFlag_Decodable);
|
||||
|
||||
if(decode_raw_state == SubGhzDecodeRawStateStart) {
|
||||
//Decode RAW to history
|
||||
|
|
|
@ -244,6 +244,9 @@ static void subghz_scene_receiver_config_var_list_enter_callback(void* context,
|
|||
|
||||
void subghz_scene_receiver_config_on_enter(void* context) {
|
||||
SubGhz* subghz = context;
|
||||
|
||||
subghz_last_setting_set_receiver_values(subghz->last_setting, subghz->txrx->receiver);
|
||||
|
||||
VariableItem* item;
|
||||
uint8_t value_index;
|
||||
|
||||
|
|
Loading…
Reference in a new issue