This commit is contained in:
Gunnar Skjold
2024-03-17 09:50:49 +01:00
parent dfca5e37dc
commit 6a99b0a6a7
5 changed files with 20 additions and 6 deletions

View File

@@ -2389,6 +2389,9 @@ void AmsWebServer::configFileDownload() {
case 3:
strcpy_P(parity, PSTR("8N1"));
break;
case 7:
strcpy_P(parity, PSTR("8N2"));
break;
case 10:
strcpy_P(parity, PSTR("7E1"));
break;