mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-30 10:11:10 -05:00
Construct StoreForwardModule for Portduino as well (#4903)
* Construct StoreForwardModule for Portduino as well * Remove duplicate variables
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user