mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-02 05:11:23 -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.