Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ID and x-coordinate from the JSON output, adjust WebSocket thr…
…ead timing - The inclusion of 'Id' and 'x' in the JSON output within 'captureDataToJson' has been commented out and replaced by the timestamp field for debugging purposes. - Restored the 5ms sleep delay in the 'WebSocketHandler' main loop to manage thread timing. This update temporarily removes the 'id' and 'x' values from the JSON output for debugging purposes and focuses on the timestamp data. It also reintroduces a controlled delay in the WebSocket handling loop to effectively manage processing intervals.
- Loading branch information