Hi guys, i've installed the library and tried to compile the exsisting program and hence this error comming out.
C:\Users\Hg\Documents\Arduino\libraries\MFRC522\src\MFRC522Extended.cpp: In member function 'MFRC522::StatusCode MFRC522Extended::TCL_Transceive(TagInfo*, byte*, byte, byte*, byte*)':
C:\Users\Hg\Documents\Arduino\libraries\MFRC522\src\MFRC522Extended.cpp:824:34: error: ordered comparison of pointer with integer zero ('byte*' {aka 'unsigned char*'} and 'int')
824 | if (backData && (backLen > 0)) {
| ~~~~~~^
C:\Users\Hg\Documents\Arduino\libraries\MFRC522\src\MFRC522Extended.cpp:847:42: error: ordered comparison of pointer with integer zero ('byte*' {aka 'unsigned char*'} and 'int')
847 | if (backData && (backLen > 0)) {
| ~~~~~~^
exit status 1
Compilation error: exit status 1
As i have tried the clean install for the compiller, and reintall the library, is there any other method to solve this issue?
The library i've install as followed: MFRC522 by GithubCommunity version 1.4.10
The controller board is : ESP32 DOIT ESP32 DEVKIT D1