fix: improve web stats startup and memory indicators

This commit is contained in:
Jared Dohrman
2026-04-17 17:40:32 +10:00
parent 05fcffc838
commit 64402c7f5e
5 changed files with 70 additions and 24 deletions
+2
View File
@@ -81,6 +81,8 @@ public:
bool isLiveOnly() const { return _live_only; }
bool isArchiveAvailable() const;
bool hasArchiveRestore() const { return _restored_sample_count > 0; }
bool isBootAutoCaptureExpected() const;
uint32_t getDetectedPsramSizeBytes() const;
size_t getSampleCapacity() const { return _sample_capacity; }
size_t getSampleCount() const { return _sample_count; }