rfid via usb (#21)

* added second possible cardReader for windows

* refactored

* fixed checkstyle

* fixed wrong port selection
This commit is contained in:
Valentin Heiserer
2024-02-27 17:47:04 +01:00
committed by GitHub
parent 1376fe645a
commit d4deabfde9
6 changed files with 124 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ public class KartenUtil {
*/
public static Karte getIdOfUid(String uid) {
return switch (uid) {
case "04A56BB4780000" -> Karte.EICHEL_7;
case "04E7A9C2126F80" -> Karte.EICHEL_7;
case "04A46BB4780000" -> Karte.EICHEL_8;
case "04A26BB4780000" -> Karte.EICHEL_9;
case "04A16BB4780000" -> Karte.EICHEL_X;