Browse Source

取消测试

Lishi
xxe 2 years ago
parent
commit
fb0a67314f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      HKCardOUT/ViewModels/RootViewModel.cs

+ 1
- 1
HKCardOUT/ViewModels/RootViewModel.cs View File

@@ -107,7 +107,7 @@ namespace HKCardOUT.ViewModels
}
else
{
var x = await UHF_RS485_Helper.GetInstance().ReadCard(01);
var x = await UHF_RS485_Helper.GetInstance().ReadCard(item.Address.AsInt());
if (x != null)
ReadFunc?.Invoke(x);
}


Loading…
Cancel
Save