serial: disable local echo by default

This commit is contained in:
Eugene Pankov
2021-08-01 10:17:29 +02:00
parent 88c4198145
commit 58682b6bf1

View File

@@ -25,7 +25,7 @@ export class SerialProfilesService extends ProfileProvider<SerialProfile> {
xon: false,
xoff: false,
xany: false,
inputMode: 'local-echo',
inputMode: null,
outputMode: null,
inputNewlines: null,
outputNewlines: 'crlf',