747575620@qq.com hace 2 años
padre
commit
ac79a00ce8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      HKCardOUT/ViewModels/RootViewModel.cs

+ 1
- 1
HKCardOUT/ViewModels/RootViewModel.cs Ver fichero

@@ -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);
}


Cargando…
Cancelar
Guardar