Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Chechel committed Sep 30, 2014
1 parent fdb9a9d commit 19c2746
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,11 @@ readers[0].poll(IsoDep::Tag, Mifare::Classic::Tag, Mifare::Ultralight::Tag) do |
end
end
```

Debugging
---------

To see additional debug info from libnfc run your program as follows:
```
LIBNFC_LOG_LEVEL=3 ruby listen.rb
```

0 comments on commit 19c2746

Please sign in to comment.