mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
gating for message storage when not using a screen
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#if HAS_SCREEN
|
||||
#pragma once
|
||||
#include "MessageStore.h" // for StoredMessage
|
||||
#include "OLEDDisplay.h"
|
||||
@@ -60,3 +61,5 @@ void handleNewMessage(const StoredMessage &sm, const meshtastic_MeshPacket &pack
|
||||
|
||||
} // namespace MessageRenderer
|
||||
} // namespace graphics
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user