Renamed proc_weather, bc now multifunctional

This commit is contained in:
HTotoo
2023-12-09 16:47:44 +01:00
parent d2cb93d957
commit 39fabab022
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ SubGhzDView::SubGhzDView(NavigationView& nav)
&button_clear_list,
&recent_entries_view});
baseband::run_image(portapack::spi_flash::image_tag_weather);
baseband::run_image(portapack::spi_flash::image_tag_subghzd);
button_clear_list.on_select = [this](Button&) {
recent.clear();
@@ -96,7 +96,7 @@ WeatherView::WeatherView(NavigationView& nav)
&button_clear_list,
&recent_entries_view});
baseband::run_image(portapack::spi_flash::image_tag_weather);
baseband::run_image(portapack::spi_flash::image_tag_subghzd);
button_clear_list.on_select = [this](Button&) {
recent.clear();