diff options
-rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -490,6 +490,8 @@ int main() { bool cmd_sent = false; uint32_t nfc_delay_until = 0; + Time::sleep(1000); + cr95hf.send_cmd(0x02, 2, (uint8_t*)"\x01\x05"); // Select ISO 15693 cr95hf.get_response(64, buf); |