mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 21:54:27 -04:00
Remove raw new/delete from Recon (#1203)
This commit is contained in:
parent
5c1f5a7d2e
commit
3d59de55f8
2 changed files with 19 additions and 17 deletions
|
@ -145,6 +145,8 @@ class ReconView : public View {
|
|||
systime_t chrono_start{};
|
||||
systime_t chrono_end{};
|
||||
|
||||
std::unique_ptr<RecordView> record_view{};
|
||||
|
||||
Labels labels{
|
||||
{{0 * 8, 0 * 16}, "LNA: VGA: AMP: VOL: ", Color::light_grey()},
|
||||
{{3 * 8, 8 * 16}, "START END", Color::light_grey()},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue