gating for message storage when not using a screen

This commit is contained in:
HarukiToreda
2025-10-06 00:49:06 -04:00
parent 383d95ade1
commit 103f73e7c9
6 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
#if HAS_SCREEN
#pragma once
#include "mesh/generated/meshtastic/mesh.pb.h"
#include <cstdint>
@@ -101,3 +102,4 @@ class MessageStore
// Global instance (defined in MessageStore.cpp)
extern MessageStore messageStore;
#endif