mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
a lot of thread housekeeping. Switch them off when not needed / disabled.
This commit is contained in:
@@ -82,6 +82,7 @@ int32_t RangeTestModule::runOnce()
|
||||
|
||||
return (senderHeartbeat);
|
||||
} else {
|
||||
enabled = false;
|
||||
return (INT32_MAX);
|
||||
// This thread does not need to run as a receiver
|
||||
}
|
||||
@@ -94,6 +95,7 @@ int32_t RangeTestModule::runOnce()
|
||||
}
|
||||
|
||||
#endif
|
||||
enabled = false;
|
||||
return (INT32_MAX);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user