Misc fixes

This commit is contained in:
Jonathan Bennett
2025-12-21 19:49:00 -06:00
parent 6e83a9a0b3
commit ffdb3bc393
2 changed files with 3 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#if __has_include("sqlite3.h")
#include "Channels.h"
#include "ProtobufModule.h"
#include "Router.h"
@@ -210,3 +211,4 @@ class StoreForwardPlusPlusModule : public ProtobufModule<meshtastic_StoreForward
uint32_t rebroadcastTimeout = 3600; // Messages older than this (in seconds) will not be rebroadcast
};
#endif