mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-16 19:59:33 +01:00
rfid via usb (#21)
* added second possible cardReader for windows * refactored * fixed checkstyle * fixed wrong port selection
This commit is contained in:
committed by
GitHub
parent
1376fe645a
commit
d4deabfde9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user