use PSRAM

This commit is contained in:
proddy
2026-05-19 17:44:11 +02:00
parent 7491e0d9b1
commit 4bb24da89d
2 changed files with 16 additions and 11 deletions

View File

@@ -71,6 +71,9 @@ class WebLogService : public uuid::log::Handler {
unsigned long log_message_id_tail_ = 0; // last event shown on the screen after fetch
bool compact_ = true;
uuid::log::Level level_ = uuid::log::Level::INFO;
// PSRAM-backed scratch buffer reused across every SSE log event
stringPSRAM scratch_buf_;
};
} // namespace emsesp