Update FrameInfo.h

This commit is contained in:
Alex Spataru 2021-02-25 17:30:03 -05:00 committed by GitHub
parent 973a1e1c5b
commit 5e703d4355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
* to correctly process all received frames in a thread-worker manner.
*
* Every time we receive a frame from the serial/network device, we generate the JSON
* in another thread in order to avoid putting to much pressure in the main (UI) thread.
* in another thread in order to avoid putting excessive pressure in the GUI thread.
*
* This results in a perceived increase of application performance. However, since each
* JSON frame is generated in a different worker thread, the main thread may not receive