This commit is contained in:
HarukiToreda
2025-10-06 01:05:12 -04:00
parent 103f73e7c9
commit b549786bbb
6 changed files with 3 additions and 13 deletions

View File

@@ -1,4 +1,3 @@
#if HAS_SCREEN
#include "MessageStore.h"
#include "FSCommon.h"
#include "NodeDB.h"
@@ -393,4 +392,3 @@ void MessageStore::upgradeBootRelativeTimestamps()
// Global definition
MessageStore messageStore("default");
#endif