CopterExpress/clever-show

Collect all needed telemetry on the client in the separate thread in special structure

goldarte opened this issue · 2 comments

Request description
The goal is to get all needed telemetry as fast as we can. I suggest to make separate thread, where all required telemetry will be received. So when the client gets selfcheck request, it will send immediately the information from the telemetry structure.

Started here: 0f5b5f0

The last changes are in master branch. Needs time to be tested.

Tested, works.