-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't enable debug on esp32. #137
Comments
Hi, To solve the issue, you can modify the redundancy checks in PN532_debug.h Here is what my file looks like:
I hope it will work for you too. |
As a quick and dirty fix you can comment out |
Hello, I will check soon whether this issue still exists. If it does, I will work on fixing it. |
Hello, I'm very sorry to have kept you waiting so long. Do you still have this problem now? If so, can you try the latest code? If the latest code also has your problem, can you tell me the board name you are using and the corresponding sketch? |
Hi, |
I don't have this board Is the problem you encounter only the DEBUG macro conflict? Does this code snippet solve all your problems? |
@qbonenfant By the way, we welcome your PRs |
Using a ESP32 Dev Module.
If I uncomment
#define DEBUG
to enable debug I get this:Anyone else got this?
The text was updated successfully, but these errors were encountered: