mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 03:34:58 -04:00
Display percent of data dropped during capture to SD card.
This commit is contained in:
parent
6ee886b90e
commit
be9f3362da
2 changed files with 12 additions and 0 deletions
|
@ -79,6 +79,11 @@ private:
|
|||
"",
|
||||
};
|
||||
|
||||
Text text_record_dropped {
|
||||
{ 16 * 8, 2 * 16, 3 * 8, 16 },
|
||||
"",
|
||||
};
|
||||
|
||||
RSSI rssi {
|
||||
{ 21 * 8, 0, 6 * 8, 4 },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue