This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
HKCard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
取消测试
Lishi
xxe
2 years ago
parent
d551a5b7b8
commit
fb0a67314f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
Write
Preview
Loading…
Cancel
Save