[chronojump-server] RFID Print available ports
- From: Max Ros i Morejon <maxros src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump-server] RFID Print available ports
- Date: Mon, 22 Oct 2018 10:58:22 +0000 (UTC)
commit e6b0aad6ab832f8c03911ddf06ba825868f707f9
Author: Max Ros i Morejon <mros33 gmail com>
Date: Mon Oct 22 12:55:43 2018 +0200
RFID Print available ports
chronojumpserver/rfid-csharp/RFID.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/chronojumpserver/rfid-csharp/RFID.cs b/chronojumpserver/rfid-csharp/RFID.cs
index 073987c..b7a63b8 100755
--- a/chronojumpserver/rfid-csharp/RFID.cs
+++ b/chronojumpserver/rfid-csharp/RFID.cs
@@ -75,7 +75,7 @@ public class RFID
public StatusEnum Start()
{
Console.WriteLine("getPorts");
- List<string> l = getPorts(false);
+ List<string> l = getPorts(true);
if(l == null || l.Count == 0)
return StatusEnum.NO_PORTS;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]