mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-23 08:21:05 -04:00
Disabling output processing is necessary since otherwise sending a LF character (ASCII 0x0A) will automatically insert a CR character (ASCII 0x0D). Disabling input processing should prevent this when receiving data.