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
Using the PDF instructions, I've tried to compile a few of them and I get this:
IR2test:19:11: error: 'class IRdecode' has no member named 'dumpResultso'; did you mean 'dumpResults'?
MyDecoder.dumpResultso();
Using the PDF instructions, I've tried to compile a few of them and I get this:
IR2test:19:11: error: 'class IRdecode' has no member named 'dumpResultso'; did you mean 'dumpResults'?
MyDecoder.dumpResultso();
I have included:
#include <IRLibRecv.h>
#include <IRLibDecodeBase.h>
#include <IRLib_P01_NEC.h>
#include <IRLibCombo.h>
#include <IRLibAll.h>
The text was updated successfully, but these errors were encountered: