You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RFSniffer.cpp: In function ‘int main(int, char**)’:
RFSniffer.cpp:51:63: warning: format ‘%i’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
printf("Received %i\n", mySwitch.getReceivedValue() );
cant decodes code by sudo ./RFSniffer on orange Pi plus 2e
cant get codes on screen when sudo ./RFSniffer
cant receive codes.
Please guide
The text was updated successfully, but these errors were encountered:
RFSniffer.cpp: In function ‘int main(int, char**)’:
RFSniffer.cpp:51:63: warning: format ‘%i’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
printf("Received %i\n", mySwitch.getReceivedValue() );
cant decodes code by sudo ./RFSniffer on orange Pi plus 2e
cant get codes on screen when sudo ./RFSniffer
cant receive codes.
Please guide
The text was updated successfully, but these errors were encountered: