summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 3722105..a2a48a7 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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);