Unify InkHUD message storage with BaseUI's MessageStore (#10596)

* Unified Messagestore.

* DM fix

* Copilot fixes
This commit is contained in:
HarukiToreda
2026-06-04 11:05:31 -04:00
committed by GitHub
parent 5c1b6b2a23
commit 5154e81d0b
15 changed files with 199 additions and 330 deletions

View File

@@ -1,5 +1,5 @@
#include "configuration.h"
#if HAS_SCREEN
#if HAS_SCREEN || defined(MESHTASTIC_INCLUDE_NICHE_GRAPHICS)
#include "FSCommon.h"
#include "MessageStore.h"
#include "NodeDB.h"