Ok, so first, let me just say I love your work. I love it so much that I tried to build it on an ESP32 using Platformio (VSCode).
I got a ton of errors in ProtocolTimingSpec.hpp. Basically, the same line of code in quite a few places.
error: section attribute not allowed for 'm'
DATA_ISR_ATTR RcSwitch::RxTimingSpec m = T::RX;
This type of coding is pretty new to me, or I'd have just fixed it and told you about how I fixed it. After quite a bit of googling, I understand why you are using DATA_ISR_ATTR, but I don't see a convenient fix for it. I'm hoping you do.
v/r
Doug
Ok, so first, let me just say I love your work. I love it so much that I tried to build it on an ESP32 using Platformio (VSCode).
I got a ton of errors in ProtocolTimingSpec.hpp. Basically, the same line of code in quite a few places.
error: section attribute not allowed for 'm'
DATA_ISR_ATTR RcSwitch::RxTimingSpec m = T::RX;
This type of coding is pretty new to me, or I'd have just fixed it and told you about how I fixed it. After quite a bit of googling, I understand why you are using DATA_ISR_ATTR, but I don't see a convenient fix for it. I'm hoping you do.
v/r
Doug