Added 4msps, and fixes

This commit is contained in:
HTotoo
2023-12-08 22:38:48 +01:00
parent 049acdea9b
commit a75932644c
4 changed files with 7 additions and 5 deletions
@@ -116,6 +116,7 @@ WeatherView::WeatherView(NavigationView& nav)
nav_.push<WeatherRecentEntryDetailView>(entry);
};
baseband::set_weather();
receiver_model.set_sampling_rate(4'000'000);
receiver_model.enable();
signal_token_tick_second = rtc_time::signal_tick_second += [this]() {
on_tick_second();