using ThreadObject, waiting for 1 sec

This commit is contained in:
2022-02-03 10:59:52 +01:00
parent cace18e535
commit 7af5d991d9
9 changed files with 103 additions and 149 deletions

View File

@@ -886,7 +886,7 @@ class Detector {
Result<bool> getRxArping(Positions pos = {}) const;
/** Starts a thread in slsReceiver to ping the interface it is listening
/** Starts a thread in slsReceiver to arping the interface it is listening
* every minute. Useful in 10G mode. */
void setRxArping(bool value, Positions pos = {});