Fix a critial bug in serial port receive

This commit is contained in:
luosheng
2023-03-21 22:02:51 +08:00
parent 94fdb61f38
commit d8b84f4b5c
17 changed files with 103 additions and 92 deletions

View File

@@ -1,8 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
"Serilog": {
"MinimumLevel": {
"Default": "Information"
}
}
}