Increase wait timeout. Fixes emulation with i2c.
1 files changed, 1 insertions(+), 1 deletions(-)

M generic_pn532.adb
M generic_pn532.adb +1 -1
@@ 726,7 726,7 @@ package body Generic_PN532 is
          return False;
       end if;
 
-      if not PN532_Wait_For_Ready (PN532_TIMEOUT_VALUE) then
+      if not PN532_Wait_For_Ready (PN532_TIMEOUT_VALUE * 30) then
          return False;
       end if;