Recon: fixed behavior of auto update m-ranges (#1374) and coloring

* Fixed behavior of auto update m-ranges, added min and max to sd load and save if option not used
* changing xor swap by std::swap
* Fixed consecutive green color
This commit is contained in:
gullradriel 2023-08-15 18:29:16 +02:00 committed by GitHub
parent 09b9ed642f
commit f079d57fc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 29 deletions

View file

@ -70,6 +70,7 @@ class ReconView : public View {
app_settings::SettingsManager settings_{
"rx_recon", app_settings::Mode::RX};
void check_update_ranges_from_current();
void set_loop_config(bool v);
void clear_freqlist_for_ui_action();
void reset_indexes();