mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 02:56:34 -04:00
Show capture file name.
This commit is contained in:
parent
ee51d7fa67
commit
09a39f780a
2 changed files with 7 additions and 0 deletions
|
@ -114,6 +114,11 @@ private:
|
|||
Color::black()
|
||||
};
|
||||
|
||||
Text text_record_filename {
|
||||
{ 3 * 8, 2 * 16, 12 * 8, 16 },
|
||||
"",
|
||||
};
|
||||
|
||||
RSSI rssi {
|
||||
{ 21 * 8, 0, 6 * 8, 4 },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue