summaryrefslogtreecommitdiff
path: root/examples/terminal/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/terminal/mainwindow.cpp')
-rw-r--r--examples/terminal/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/terminal/mainwindow.cpp b/examples/terminal/mainwindow.cpp
index f560f9a..47864a2 100644
--- a/examples/terminal/mainwindow.cpp
+++ b/examples/terminal/mainwindow.cpp
@@ -100,6 +100,7 @@ void MainWindow::openSerialPort()
&& serial->setFlowControl(p.flowControl)) {
console->setEnabled(true);
+ console->setLocalEchoEnabled(p.localEchoEnabled);
ui->actionConnect->setEnabled(false);
ui->actionDisconnect->setEnabled(true);
ui->actionConfigure->setEnabled(false);