Log output changed
This commit is contained in:
parent
b8d1e9d89a
commit
8f78eb8392
@ -125,10 +125,10 @@ function connectRFIDReader(item, ipcon) {
|
||||
if(state == Tinkerforge.BrickletNFCRFID.STATE_REQUEST_TAG_ID_READY) {
|
||||
nr.getTagID(
|
||||
function (tagType, tidLength, tid) {
|
||||
var s = 'Found tag of type ' + tagType +
|
||||
' with ID [' + tid[0].toString(16);
|
||||
var tagID = tid[0].toString(16);
|
||||
|
||||
var s = 'Found tag of type ' + tagType +
|
||||
' with ID [' + tagID;
|
||||
|
||||
for(var i = 1; i < tidLength; i++) {
|
||||
s += ' ' + tid[i].toString(16);
|
||||
tagID += ' ' + tid[i].toString(16);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user