From 3a8475afb05d4b91ecf2b5294fbbd5652668dcaf Mon Sep 17 00:00:00 2001 From: Wilson Date: Sat, 1 Mar 2025 09:28:57 +0800 Subject: [PATCH] Added debug mode instructions to README. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e2c3125..ba9de91 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ cd script python pn532_cli_main.py ``` +Run with debug mode enabled, every raw data will be printed out: +```bash +# Python script in Terminal +python pn532_cli_main.py --debug +# Windows executable in Terminal +pn532_cli_main.exe --debug +# Linux or MacOS executable in Terminal +./pn532_cli_main --debug +``` + ## Features ### PN532 - [x] Read and write Mifare Classic Mini, 1K, 4K