[chronojump] Hidden old rfid raspberry methods



commit 9dd2d12f7ff598b3be2f7d7bdb5e4d44b7b10695
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Sep 16 17:33:45 2020 +0200

    Hidden old rfid raspberry methods

 Makefile.am                                             |   2 +-
 configure.ac                                            |   1 -
 {rfid => rfid_raspberry_old}/MFRC522-python-Examples    |   0
 {rfid => rfid_raspberry_old}/MFRC522.py                 |   0
 {rfid => rfid_raspberry_old}/Makefile.am                |   0
 {rfid => rfid_raspberry_old}/SPI-Py                     |   0
 {rfid => rfid_raspberry_old}/chronojump_rfid_capture.py |   0
 {rfid => rfid_raspberry_old}/howto_MFC522.txt           |   0
 {rfid => rfid_raspberry_old}/raspberry_wiring.JPG       | Bin
 {rfid => rfid_raspberry_old}/reader_wiring.JPG          | Bin
 src/util.cs                                             |   4 ++++
 11 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0a77fd1d..9232fa0d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ CLEANFILES = win32/Makefile win32/chronojump_innosetup.iss
 
 ACLOCAL_AMFLAGS = -I build/m4 -I build/m4/shave -I build/m4/shamrock
 
-SUBDIRS = build chronopic-firmware rfid \
+SUBDIRS = build chronopic-firmware \
          encoder r-scripts data src po manual
 
 if OSTYPE_LINUX
diff --git a/configure.ac b/configure.ac
index acd265ff..b2ed35d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,7 +146,6 @@ ffmpegBinariesMac/Makefile
 src/Makefile
 src/Mini/Makefile
 src/chronojump-importer/Makefile
-rfid/Makefile
 po/Makefile.in
 encoder/Makefile
 r-scripts/Makefile
diff --git a/rfid/MFRC522-python-Examples b/rfid_raspberry_old/MFRC522-python-Examples
similarity index 100%
rename from rfid/MFRC522-python-Examples
rename to rfid_raspberry_old/MFRC522-python-Examples
diff --git a/rfid/MFRC522.py b/rfid_raspberry_old/MFRC522.py
similarity index 100%
rename from rfid/MFRC522.py
rename to rfid_raspberry_old/MFRC522.py
diff --git a/rfid/Makefile.am b/rfid_raspberry_old/Makefile.am
similarity index 100%
rename from rfid/Makefile.am
rename to rfid_raspberry_old/Makefile.am
diff --git a/rfid/SPI-Py b/rfid_raspberry_old/SPI-Py
similarity index 100%
rename from rfid/SPI-Py
rename to rfid_raspberry_old/SPI-Py
diff --git a/rfid/chronojump_rfid_capture.py b/rfid_raspberry_old/chronojump_rfid_capture.py
similarity index 100%
rename from rfid/chronojump_rfid_capture.py
rename to rfid_raspberry_old/chronojump_rfid_capture.py
diff --git a/rfid/howto_MFC522.txt b/rfid_raspberry_old/howto_MFC522.txt
similarity index 100%
rename from rfid/howto_MFC522.txt
rename to rfid_raspberry_old/howto_MFC522.txt
diff --git a/rfid/raspberry_wiring.JPG b/rfid_raspberry_old/raspberry_wiring.JPG
similarity index 100%
rename from rfid/raspberry_wiring.JPG
rename to rfid_raspberry_old/raspberry_wiring.JPG
diff --git a/rfid/reader_wiring.JPG b/rfid_raspberry_old/reader_wiring.JPG
similarity index 100%
rename from rfid/reader_wiring.JPG
rename to rfid_raspberry_old/reader_wiring.JPG
diff --git a/src/util.cs b/src/util.cs
index 244dbe0c..67b54c2d 100644
--- a/src/util.cs
+++ b/src/util.cs
@@ -1247,12 +1247,16 @@ public class Util
 
        /********** start of rfid paths ************/
 
+       /*
+          Not used anymore, read: src/gui/networks.cs
+
        public static string GetRFIDCaptureScript() {
                return Path.Combine(GetPrefixDir(), "bin/chronojump_rfid_capture.py");
        }
        public static string GetRFIDCapturedFile() {
                return Path.Combine(Path.GetTempPath(), "chronojump_rfid.txt");
        }
+       */
 
 
        /********** end of rfid paths ************/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]