mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-24 18:27:05 -05: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.