updated default config closes #115

This commit is contained in:
dj2ls 2022-01-15 14:24:02 +01:00
parent 414c50e435
commit dd0ce99d7c

View file

@ -31,7 +31,10 @@ var configContent = `
"serialspeed": "9600",
"ptt": "USB",
"spectrum": "waterfall",
"tnclocation": "localhost"
"tnclocation": "localhost",
"stop_bits" : "1",
"data_bits" : "8",
"handshake" : "None"
}
`;
if (!fs.existsSync(configPath)) {