mirror of
https://github.com/eddyem/tty_term.git
synced 2026-06-22 03:46:36 +03:00
add various speeds and uart format selection
This commit is contained in:
@@ -155,8 +155,8 @@ static void show_mode(bool for_resize){
|
||||
dtty->name+1, dtty->seol);
|
||||
break;
|
||||
case DEV_TTY:
|
||||
snprintf(buf, 127, "INSERT (TAB to switch, ctrl+D to quit) DEV: %s, ENDLINE: %s, SPEED: %d",
|
||||
dtty->name, dtty->seol, dtty->speed);
|
||||
snprintf(buf, 127, "INSERT (TAB to switch, ctrl+D to quit) DEV: %s, ENDLINE: %s, SPEED: %d, FORMAT: %s",
|
||||
dtty->name, dtty->seol, dtty->speed, dtty->port);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user