Skip to content

Commit

Permalink
Better default value for polling time
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranzav committed Nov 17, 2013
1 parent 15001c2 commit 904ef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nfc/device.rb
Expand Up @@ -12,7 +12,7 @@ class Device
def select
select_passive_target NFC::Device::IM_ISO14443A_106
end
def poll poll_nr = 1, ms = 150
def poll poll_nr = 1, ms = 1
poll_target NFC::Device::IM_ISO14443A_106, poll_nr,ms
end
end
Expand Down

0 comments on commit 904ef59

Please sign in to comment.