mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
More disables
This commit is contained in:
@@ -82,8 +82,7 @@ int32_t RangeTestModule::runOnce()
|
||||
|
||||
return (senderHeartbeat);
|
||||
} else {
|
||||
enabled = false;
|
||||
return (INT32_MAX);
|
||||
return disable();
|
||||
// This thread does not need to run as a receiver
|
||||
}
|
||||
|
||||
|
||||
@@ -52,8 +52,7 @@ int32_t StoreForwardModule::runOnce()
|
||||
return (this->packetTimeMax);
|
||||
}
|
||||
#endif
|
||||
enabled = false; // Client doesn't need periodical
|
||||
return (INT32_MAX);
|
||||
return disable();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user