Construct StoreForwardModule for Portduino as well (#4903)

* Construct StoreForwardModule for Portduino as well

* Remove duplicate variables
This commit is contained in:
GUVWAF
2024-09-29 23:17:23 +02:00
committed by GitHub
parent d73cbf14d5
commit 3492c9aa99
2 changed files with 5 additions and 6 deletions

View File

@@ -30,9 +30,6 @@
StoreForwardModule *storeForwardModule;
uint32_t lastHeartbeat = 0;
uint32_t heartbeatInterval = 60; // Default to 60 seconds, adjust as needed
int32_t StoreForwardModule::runOnce()
{
#if defined(ARCH_ESP32) || defined(ARCH_PORTDUINO)