mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 06:02:20 -04:00
refactoring
This commit is contained in:
parent
0025ad2507
commit
d1d1198b1b
2 changed files with 33 additions and 14 deletions
|
@ -121,6 +121,8 @@ private:
|
|||
|
||||
static constexpr ui::Dim header_height = 1 * 16;
|
||||
|
||||
ui::Rect view_normal_rect { };
|
||||
|
||||
RSSI rssi {
|
||||
{ 21 * 8, 0, 6 * 8, 4 },
|
||||
};
|
||||
|
@ -186,6 +188,7 @@ private:
|
|||
|
||||
void on_packet(const tpms::Packet& packet);
|
||||
void on_show_list();
|
||||
void update_type();
|
||||
|
||||
void on_band_changed(const uint32_t new_band_frequency);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue