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
supernova_poi sketch works with IRremote library 2.8.0 but remote does not work with version 2.8.1 (latest as of writing)
supernova_poi.ino it still compiles and uploads but the IR-remote does not function. Downgrading IRremote library to 2.8.0 restores function
The text was updated successfully, but these errors were encountered:
That’s really baffling. Looking through their changes, 2.8.0 to 2.8.1 only seems to affect Sony remote codes, while I think the Adafruit remote uses NEC codes. But maybe I’m overlooking something. Might be worth opening an issue in the IRremote repo.
Also, had no idea the project worked on QT Py, so that’s a welcome data point, thanks! (Looks like commenting out the two AVR #includes is necessary, does that mirror your experience?)
Yes, I had to removed the two avr import lines and switched the RECV_PIN to 3 and that worked. It looks like there is some battery test functionality which I don't think can work with the QT Py but I really didn't look into it
supernova_poi sketch works with IRremote library 2.8.0 but remote does not work with version 2.8.1 (latest as of writing)
supernova_poi.ino it still compiles and uploads but the IR-remote does not function. Downgrading IRremote library to 2.8.0 restores function
The text was updated successfully, but these errors were encountered: