Remove raw new/delete from Recon (#1203)

This commit is contained in:
Kyle Reed 2023-06-28 10:14:30 -07:00 committed by GitHub
parent 5c1f5a7d2e
commit 3d59de55f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 17 deletions

View file

@ -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()},