mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
finalization of saving last settings
- Check loading of critical values in subghz_last_settings_log - Change comparison of float type to safe - Refactor
This commit is contained in:
@@ -61,7 +61,7 @@ bool subghz_scene_frequency_analyzer_on_event(void* context, SceneManagerEvent e
|
||||
if(frequency > 0) {
|
||||
subghz->last_settings->frequency = frequency;
|
||||
#ifdef FURI_DEBUG
|
||||
subghz_last_settings_log(subghz->last_settings, subghz->ignore_filter);
|
||||
subghz_last_settings_log(subghz->last_settings);
|
||||
#endif
|
||||
subghz_last_settings_save(subghz->last_settings);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user