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
Not a library issue as such, more a keyboard/screen interface problem...
This is based on work from issue #163 where I am trying to compile a simple program to replay the codes I've captured from my AC114 remote.
I'm running into this issue, having followed the advice from @Martin-Laclaustra, using his protocolllessreceiver branch of his fork, and changed out the RCSWITCH_MAX_CHANGES to 150.
I keep hitting this error on compile and I've not got the understanding to solve it really being only fluent in python, js, css and html.... any pointers? My google foo has also let me down. :(
senddemo.cpp:12:21: error: no matching function for call to ‘RCSwitch::send(unsigned int [133])’ mySwitch.send(data); ^ senddemo.cpp:12:21: note: candidates are: In file included from senddemo.cpp:1:0: rc-switch/RCSwitch.h:80:10: note: void RCSwitch::send(long unsigned int, unsigned int) void send(unsigned long code, unsigned int length);
etc.
All ideas appreciated!
The text was updated successfully, but these errors were encountered:
Hi,
Not a library issue as such, more a keyboard/screen interface problem...
This is based on work from issue #163 where I am trying to compile a simple program to replay the codes I've captured from my AC114 remote.
I'm running into this issue, having followed the advice from @Martin-Laclaustra, using his protocolllessreceiver branch of his fork, and changed out the RCSWITCH_MAX_CHANGES to 150.
My hardware is a RPI zero.
My code is as follows.
I keep hitting this error on compile and I've not got the understanding to solve it really being only fluent in python, js, css and html.... any pointers? My google foo has also let me down. :(
senddemo.cpp:12:21: error: no matching function for call to ‘RCSwitch::send(unsigned int [133])’ mySwitch.send(data); ^ senddemo.cpp:12:21: note: candidates are: In file included from senddemo.cpp:1:0: rc-switch/RCSwitch.h:80:10: note: void RCSwitch::send(long unsigned int, unsigned int) void send(unsigned long code, unsigned int length);
etc.
All ideas appreciated!
The text was updated successfully, but these errors were encountered: