serial: revert default CRLF processing to none - #4325

This commit is contained in:
Eugene Pankov
2021-08-02 20:00:38 +02:00
parent 85be974e64
commit 04097a0ef5

View File

@@ -28,7 +28,7 @@ export class SerialProfilesService extends ProfileProvider<SerialProfile> {
inputMode: null,
outputMode: null,
inputNewlines: null,
outputNewlines: 'crlf',
outputNewlines: null,
scripts: [],
},
}