mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 03:26:40 -04:00
Smaller freq changes with encoder on SubghzD and Weather Station (#2106)
This commit is contained in:
parent
e9c32504d1
commit
8b159f447a
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ SubGhzDView::SubGhzDView(NavigationView& nav)
|
|||
recent.clear();
|
||||
recent_entries_view.set_dirty();
|
||||
};
|
||||
field_frequency.set_step(100000);
|
||||
field_frequency.set_step(10000);
|
||||
|
||||
const Rect content_rect{0, header_height, screen_width, screen_height - header_height};
|
||||
recent_entries_view.set_parent_rect(content_rect);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue