Fix tty_configure to change settings depending on the state of the raw option

This commit is contained in:
yabu76 2026-01-19 22:54:34 +09:00
parent e1d1c6f2bc
commit 0da8731c0b

View file

@ -1721,7 +1721,7 @@ void tty_reconfigure(void)
if (connected)
{
/* Activate new port settings */
tcsetattr(device_fd, TCSANOW, &tio);
tty_tcsetattr(device_fd);
}
}