no comment :(

This commit is contained in:
Philippe Teuwen 2019-04-12 15:12:01 +02:00
commit 65305f361f

View file

@ -127,5 +127,5 @@ int demodCOTAG(void) {
}
int readCOTAGUid(void) {
return CmdCOTAGRead == 1;
return CmdCOTAGRead("") > 0;
}