From 5e703d4355ad75b760738ee2762b33b025cdb485 Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Thu, 25 Feb 2021 17:30:03 -0500 Subject: [PATCH] Update FrameInfo.h --- src/JSON/FrameInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JSON/FrameInfo.h b/src/JSON/FrameInfo.h index c45d4240..0046e662 100644 --- a/src/JSON/FrameInfo.h +++ b/src/JSON/FrameInfo.h @@ -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