mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-24 01:28:11 -07:00
fix subghz read mode doesn’t work at all
This commit is contained in:
@@ -131,6 +131,7 @@ bool subghz_last_setting_save(SubGhzLastSetting* instance, const char* file_path
|
||||
}
|
||||
|
||||
void subghz_last_setting_set_receiver_values(SubGhzLastSetting* instance, SubGhzReceiver* receiver) {
|
||||
subghz_receiver_set_filter(receiver, SubGhzProtocolFlag_Decodable);
|
||||
/*subghz_receiver_set_filter(receiver, instance->detect_raw);
|
||||
|
||||
subghz_protocol_decoder_raw_set_auto_mode(
|
||||
|
||||
Reference in New Issue
Block a user