Set sr to 4m (#1636)

* Set sr to 4m

* Rename variable
This commit is contained in:
Totoo
2023-12-10 23:40:11 +01:00
committed by GitHub
parent c3bb9c0a16
commit 5e9d92d65c
4 changed files with 8 additions and 8 deletions

View File

@@ -101,6 +101,7 @@ WeatherView::WeatherView(NavigationView& nav)
nav_.push<WeatherRecentEntryDetailView>(entry);
};
baseband::set_weather();
receiver_model.set_sampling_rate(4'000'000); // needed too
receiver_model.enable();
signal_token_tick_second = rtc_time::signal_tick_second += [this]() {
on_tick_second();