Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osc.c: Allow setting the capture timeout via .ini file
There are scenarios where a larger timeout is needed. For example, when using the UART interface, the bandwith is significantly lower than USB or Ethernet. When "capture_timeout" is read from a .ini file, the assigned value (e.g. "capture_timeout=5000") will overwrite the value that osc computes internally. Signed-off-by: Dan <[email protected]>
- Loading branch information